Skip to content

Commit 2860f98

Browse files
Bump actions/setup-python from 5 to 6 (#887)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b712d60 commit 2860f98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/[email protected]
3838
- name: Setup python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: ${{ matrix.PYTHON.VERSION }}
4242
- name: Install nox
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/[email protected]
8282
- name: Setup python
83-
uses: actions/setup-python@v5
83+
uses: actions/setup-python@v6
8484
with:
8585
python-version: ${{ matrix.PYTHON.VERSION }}
8686
- name: Install nox
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
- uses: actions/[email protected]
111111
- name: Setup python
112-
uses: actions/setup-python@v5
112+
uses: actions/setup-python@v6
113113
with:
114114
python-version: ${{ matrix.PYTHON.VERSION }}
115115
architecture: ${{ matrix.WINDOWS.ARCH }}
@@ -148,7 +148,7 @@ jobs:
148148
jobs: ${{ toJSON(needs) }}
149149
- name: Setup python
150150
if: ${{ always() }}
151-
uses: actions/setup-python@v5
151+
uses: actions/setup-python@v6
152152
with:
153153
python-version: "3.13"
154154
timeout-minutes: 3

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
ref: ${{ github.event.inputs.version || github.ref }}
145145
persist-credentials: false
146146
- name: Setup python
147-
uses: actions/setup-python@v5
147+
uses: actions/setup-python@v6
148148
with:
149149
python-version: ${{ matrix.PYTHON.VERSION }}
150150
architecture: ${{ matrix.WINDOWS.ARCH }}

0 commit comments

Comments
 (0)