From 970713fc5058f05bd02dc36a22ffaf6af177383f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:20:48 +0000 Subject: [PATCH] chore(deps): update psf/black action to v24.4.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8526690..df38b66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: psf/black@552baf822992936134cbd31a38f69c8cfe7c0f05 # v24.3.0 + - uses: psf/black@8fe627072f15ff2e3d380887b92f7868efaf6d05 # 24.4.0 tests: name: "Node CI"