diff --git a/.github/workflows/codespell_and_flake.yml b/.github/workflows/codespell_and_flake.yml index e191caa25d1..1b18158356a 100644 --- a/.github/workflows/codespell_and_flake.yml +++ b/.github/workflows/codespell_and_flake.yml @@ -35,7 +35,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 }}