diff --git a/.github/workflows/pipx-check-versions.yml b/.github/workflows/pipx-check-versions.yml index 425a78f..3878195 100644 --- a/.github/workflows/pipx-check-versions.yml +++ b/.github/workflows/pipx-check-versions.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 1 persist-credentials: false - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: 3.14 - name: Check outdated dependencies