diff --git a/.github/workflows/dependency-hygiene.yml b/.github/workflows/dependency-hygiene.yml index f650e933..32a8213e 100644 --- a/.github/workflows/dependency-hygiene.yml +++ b/.github/workflows/dependency-hygiene.yml @@ -28,7 +28,7 @@ jobs: pip-${{ runner.os }}- - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11"