diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5390e83d..c2d22310 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,7 +13,7 @@ jobs: name: check spelling with codespell runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: '3.13'