diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index af68c5ae..ed5081a4 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: "3.x" - run: pip install codespell