diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 06d688d212..8548c33ea5 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,7 +8,7 @@ jobs: name: Check for spelling errors runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: codespell-project/actions-codespell@master with: check_filenames: true