From c583fc02236319545e0d20d4504dd40f82d9ba9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:33:42 +0000 Subject: [PATCH] :arrow_up: Bump actions/setup-python from 5.4.0 to 7.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/42375524e23c412d93fb67b49958b491fce71c38...5fda3b95a4ea91299a34e894583c3862153e4b97) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-pre-release.yml | 2 +- .github/workflows/publish-release.yml | 2 +- .github/workflows/publish-test-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-pre-release.yml b/.github/workflows/publish-pre-release.yml index b020dbeb..2d4bc1f4 100644 --- a/.github/workflows/publish-pre-release.yml +++ b/.github/workflows/publish-pre-release.yml @@ -33,7 +33,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: 🐍 Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index ddcd4d3f..8e22d6d1 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: 🐍 Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/publish-test-release.yml b/.github/workflows/publish-test-release.yml index 38ae5251..2312436e 100644 --- a/.github/workflows/publish-test-release.yml +++ b/.github/workflows/publish-test-release.yml @@ -25,7 +25,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: 🐍 Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ matrix.python-version }}