Skip to content

Commit 03c7252

Browse files
Bump actions/setup-python from 5 to 6 (#25)
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 37b0d37 commit 03c7252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
brew install uv
139139
140140
- id: setup-python
141-
uses: actions/setup-python@v5
141+
uses: actions/setup-python@v6
142142
with:
143143
python-version: 3
144144

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ github.event_name == 'pull_request' }}
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/setup-python@v5
42+
- uses: actions/setup-python@v6
4343
- run: pipx run tox
4444

4545
mpich-43:

0 commit comments

Comments
 (0)