diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2589ed..4d394e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: # pre-commit runtime + codespell + pre-commit-hooks require Python - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.x"