diff --git a/.github/workflows/ci-hygiene.yml b/.github/workflows/ci-hygiene.yml index 3b91221..1428961 100644 --- a/.github/workflows/ci-hygiene.yml +++ b/.github/workflows/ci-hygiene.yml @@ -45,7 +45,7 @@ jobs: - name: A2) Set up Python # WHY: pre-commit and uvx-based hooks require Python tooling. - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }}