diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e4ca3aa901..ef4a2659d3 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.0.0 + - uses: actions/checkout@v4.1.0 - uses: codespell-project/actions-codespell@master with: check_filenames: true