Skip to content

Commit 586194c

Browse files
Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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 787127e commit 586194c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v5
3232

3333
- name: Install Python
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: ${{ matrix.PYTHON_VERSION }}
3737

@@ -111,7 +111,7 @@ jobs:
111111
uses: actions/checkout@v5
112112

113113
- name: Install Python
114-
uses: actions/setup-python@v4
114+
uses: actions/setup-python@v6
115115
with:
116116
python-version: ${{ matrix.PYTHON_VERSION }}
117117

@@ -200,7 +200,7 @@ jobs:
200200
path: ./wheelhouse
201201

202202
- name: Install Python
203-
uses: actions/setup-python@v4
203+
uses: actions/setup-python@v6
204204
with:
205205
python-version: ${{ matrix.PYTHON_VERSION }}
206206

@@ -237,7 +237,7 @@ jobs:
237237
path: ./wheelhouse
238238

239239
- name: Install Python
240-
uses: actions/setup-python@v4
240+
uses: actions/setup-python@v6
241241
with:
242242
python-version: 3.13
243243

0 commit comments

Comments
 (0)