diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 2be4a3103361..bf26675388f5 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -9,7 +9,7 @@ jobs: codespell: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: codespell-project/actions-codespell@v2 with: check_filenames: true