From cbab1b73783ad920790c6775b47682a70eca2bf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:33:06 +0000 Subject: [PATCH] chore(deps): update psf/black action to v24.10.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 80a47e2..0c823d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - - uses: psf/black@b965c2a5026f8ba399283ba3e01898b012853c79 # 24.8.0 + - uses: psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # 24.10.0 tests: name: "Node CI"