diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 4a42998d8..472dbb5b0 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell # uses configuration within .codespellrc file uses: codespell-project/actions-codespell@v2