Skip to content

Commit 8f4f44f

Browse files
build(deps): bump actions/setup-python from 5 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09472ff commit 8f4f44f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-distro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout code
8686
uses: actions/checkout@v7
8787

88-
- uses: actions/setup-python@v5
88+
- uses: actions/setup-python@v7
8989
with:
9090
python-version: "3.13"
9191

.github/workflows/ci-optional-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout code
5858
uses: actions/checkout@v7
5959

60-
- uses: actions/setup-python@v5
60+
- uses: actions/setup-python@v7
6161
with:
6262
python-version: "3.13"
6363

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
uses: astral-sh/setup-uv@v8.3.2
140140

141141
- name: Set up Python
142-
uses: actions/setup-python@v5
142+
uses: actions/setup-python@v7
143143
with:
144144
python-version: '3.12'
145145

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
name: dist
208208
path: dist
209209

210-
- uses: actions/setup-python@v5
210+
- uses: actions/setup-python@v7
211211
# As of 2024-02-03, the macOS M1 runners do not have preinstalled python or pipx.
212212
# Installing pipx follows the approach of https://github.com/pypa/cibuildwheel/pull/1743
213213
id: python

0 commit comments

Comments
 (0)