Skip to content

Commit c1d9206

Browse files
⬆️ Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83b52a7 commit c1d9206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Checkout code
4444
uses: actions/checkout@v4
4545

46-
- uses: actions/setup-python@v5
46+
- uses: actions/setup-python@v6
4747
with:
4848
python-version: "3.13"
4949

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
name: dist
194194
path: dist
195195

196-
- uses: actions/setup-python@v5
196+
- uses: actions/setup-python@v6
197197
# As of 2024-02-03, the macOS M1 runners do not have preinstalled python or pipx.
198198
# Installing pipx follows the approach of https://github.com/pypa/cibuildwheel/pull/1743
199199
id: python

0 commit comments

Comments
 (0)