Skip to content

Commit 93b4859

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 b3f3864 commit 93b4859

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pytest-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 2
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
allow-prereleases: true

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run:
2222
curl https://sh.rustup.rs -sSf | sh -s -- -y
2323

24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
name: Install Python
2626
with:
2727
python-version: '3.11'
@@ -167,7 +167,7 @@ jobs:
167167
run:
168168
curl https://sh.rustup.rs -sSf | sh -s -- -y
169169

170-
- uses: actions/setup-python@v5
170+
- uses: actions/setup-python@v6
171171
name: Install Python
172172
with:
173173
python-version: '3.11'
@@ -214,7 +214,7 @@ jobs:
214214
# curl https://sh.rustup.rs -sSf | sh -s -- -y
215215
#
216216
# - name: Set up Python ${{ matrix.python-version }}
217-
# uses: actions/setup-python@v5
217+
# uses: actions/setup-python@v6
218218
# with:
219219
# python-version: ${{ matrix.python-version }}
220220
#

0 commit comments

Comments
 (0)