diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 8a3584f907..83de7817e0 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@v5.0.0 + - uses: actions/checkout@v5.0.1 - uses: codespell-project/actions-codespell@master with: check_filenames: true