From 9aa1e48e5ffcc128355536a5c00ce1a0325ac338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:53:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/setup-pyt?= =?UTF-8?q?hon=20action=20to=20v7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docs.yaml | 2 +- .github/workflows/linting.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/tests.yaml | 4 ++-- .github/workflows/typing.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ff35ffc7..3af06305 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -31,7 +31,7 @@ jobs: with: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 1c38510e..6a910f61 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -30,7 +30,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install Python dependencies @@ -54,7 +54,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install Python dependencies diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 98ebe34b..1cb907f7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: enable-cache: false - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7dcd8742..01803092 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -38,7 +38,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ matrix.python }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ matrix.python }} - name: 🏗 Install dependencies @@ -73,7 +73,7 @@ jobs: enable-cache: true - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies diff --git a/.github/workflows/typing.yaml b/.github/workflows/typing.yaml index 15099a38..01912026 100644 --- a/.github/workflows/typing.yaml +++ b/.github/workflows/typing.yaml @@ -33,7 +33,7 @@ jobs: - name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }} id: python # yamllint disable-line rule:line-length - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: 🏗 Install dependencies