diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5c95721c..48f45070 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,7 +14,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: Check spelling - uses: codespell-project/actions-codespell@v1 + uses: codespell-project/actions-codespell@v2 with: check_filenames: true check_hidden: true