diff --git a/.github/workflows/code-check.yml b/.github/workflows/code-check.yml index eb66b54..74eaaf2 100644 --- a/.github/workflows/code-check.yml +++ b/.github/workflows/code-check.yml @@ -15,5 +15,5 @@ jobs: # below simply check the source code and fail if they find any files that need to be # formatted. The code is not automatically reformatted like it is when running the # pre-commit hooks. - - uses: psf/black@24.2.0 + - uses: psf/black@26.1.0 - uses: isort/isort-action@v1