diff --git a/.github/workflows/codespell_and_flake.yml b/.github/workflows/codespell_and_flake.yml index 67d8467fca6..a7baa4b5845 100644 --- a/.github/workflows/codespell_and_flake.yml +++ b/.github/workflows/codespell_and_flake.yml @@ -34,7 +34,7 @@ jobs: name: 'Setup flake8 annotations' - run: make flake name: 'Run flake8' - - uses: codespell-project/actions-codespell@v1.0 + - uses: codespell-project/actions-codespell@v2.0 with: path: ${{ env.CODESPELL_DIRS }} skip: ${{ env.CODESPELL_SKIPS }}