From 2e413d902c3974cdc2e0bfe1c7209f02f4018879 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:52:00 +0000 Subject: [PATCH] chore(deps): update psf/black action to v26.3.0 --- .github/workflows/black_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black_format.yml b/.github/workflows/black_format.yml index c7f15fd..15c8e3e 100644 --- a/.github/workflows/black_format.yml +++ b/.github/workflows/black_format.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: psf/black@6305bf1ae645ab7541be4f5028a86239316178eb # 26.1.0 + - uses: psf/black@35ea67920b7f6ac8e09be1c47278752b1e827f76 # 26.3.0 with: options: "--check --verbose"