diff --git a/.github/workflows/reusable-build-docs-with-python.yml b/.github/workflows/reusable-build-docs-with-python.yml index 5611d50..fd3b97a 100644 --- a/.github/workflows/reusable-build-docs-with-python.yml +++ b/.github/workflows/reusable-build-docs-with-python.yml @@ -44,7 +44,7 @@ jobs: cache-dependency-glob: "uv.lock" - name: "Set up Python" - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version-file: "pyproject.toml" diff --git a/.github/workflows/reusable-check-python.yml b/.github/workflows/reusable-check-python.yml index 9458343..ea1bc62 100644 --- a/.github/workflows/reusable-check-python.yml +++ b/.github/workflows/reusable-check-python.yml @@ -22,7 +22,7 @@ jobs: run: sudo apt-get install -y just - name: Install Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version-file: "pyproject.toml"