Skip to content

Commit cc8e199

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#5)
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 1f90324 commit cc8e199

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/abi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
working-directory: mpi-abi-stubs
6969

7070
- name: Use Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: 3
7474
architecture: x64
@@ -157,7 +157,7 @@ jobs:
157157
run: mpichversion
158158

159159
- name: Use Python
160-
uses: actions/setup-python@v5
160+
uses: actions/setup-python@v6
161161
with:
162162
python-version: 3
163163
architecture: x64

.github/workflows/impi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: mpicc -show
7676

7777
- name: Use Python
78-
uses: actions/setup-python@v5
78+
uses: actions/setup-python@v6
7979
with:
8080
python-version: 3
8181
architecture: x64

.github/workflows/mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: mpicc -show
120120

121121
- name: Use Python
122-
uses: actions/setup-python@v5
122+
uses: actions/setup-python@v6
123123
with:
124124
python-version: 3
125125
architecture: x64

.github/workflows/msmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
shell: bash
7575

7676
- name: Use Python
77-
uses: actions/setup-python@v5
77+
uses: actions/setup-python@v6
7878
with:
7979
python-version: 3
8080
architecture: x64

.github/workflows/mvapich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: mpicc -show
117117

118118
- name: Use Python
119-
uses: actions/setup-python@v5
119+
uses: actions/setup-python@v6
120120
with:
121121
python-version: 3
122122
architecture: x64

.github/workflows/openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: mpicc -show
118118

119119
- name: Use Python
120-
uses: actions/setup-python@v5
120+
uses: actions/setup-python@v6
121121
with:
122122
python-version: 3
123123
architecture: x64

0 commit comments

Comments
 (0)