diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c28088563..9d338bb64 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -125,7 +125,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run CodeSpell - uses: codespell-project/actions-codespell@v2.0 + uses: codespell-project/actions-codespell@v2.1 with: check_hidden: true check_filenames: true