diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 6fab27c..fb73c56 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -32,6 +32,7 @@ jobs: uses: psf/black@stable with: options: "--check --verbose" + version: "23.10.1" - name: Run codespell uses: codespell-project/actions-codespell@master with: