diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7373aff..b537e16 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,9 +14,8 @@ jobs: codespell: name: Check for spelling errors runs-on: ubuntu-latest - steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2