Skip to content

Commit 1f90324

Browse files
build(deps): bump actions/checkout from 4 to 5 (#4)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 524da80 commit 1f90324

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/abi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454

5555
- name: Checkout MPI ABI stubs
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
repository: mpi-forum/mpi-abi-stubs
5959
ref: main
@@ -74,7 +74,7 @@ jobs:
7474
architecture: x64
7575

7676
- name: Checkout mpi4py
77-
uses: actions/checkout@v4
77+
uses: actions/checkout@v5
7878
with:
7979
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
8080
ref: ${{ inputs.mpi4py-ref }}
@@ -113,7 +113,7 @@ jobs:
113113
librdmacm-dev
114114

115115
- name: Checkout MPI
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v5
117117
with:
118118
repository: ${{ inputs.mpi-git || 'pmodels/mpich' }}
119119
ref: ${{ inputs.mpi-ref }}
@@ -163,7 +163,7 @@ jobs:
163163
architecture: x64
164164

165165
- name: Checkout mpi4py
166-
uses: actions/checkout@v4
166+
uses: actions/checkout@v5
167167
with:
168168
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
169169
ref: ${{ inputs.mpi4py-ref }}

.github/workflows/impi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
numpy cffi pyyaml
9090

9191
- name: Checkout mpi4py
92-
uses: actions/checkout@v4
92+
uses: actions/checkout@v5
9393
with:
9494
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
9595
ref: ${{ inputs.mpi4py-ref }}

.github/workflows/mpich.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
libnuma-dev
7474

7575
- name: Checkout MPI
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777
with:
7878
repository: ${{ inputs.mpi-git || 'pmodels/mpich' }}
7979
ref: ${{ inputs.mpi-ref }}
@@ -133,7 +133,7 @@ jobs:
133133
numpy cffi pyyaml
134134

135135
- name: Checkout mpi4py
136-
uses: actions/checkout@v4
136+
uses: actions/checkout@v5
137137
with:
138138
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
139139
ref: ${{ inputs.mpi4py-ref }}

.github/workflows/msmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
numpy cffi pyyaml
8989

9090
- name: Checkout mpi4py
91-
uses: actions/checkout@v4
91+
uses: actions/checkout@v5
9292
with:
9393
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
9494
ref: ${{ inputs.mpi4py-ref }}

.github/workflows/mvapich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
numpy cffi pyyaml
131131

132132
- name: Checkout mpi4py
133-
uses: actions/checkout@v4
133+
uses: actions/checkout@v5
134134
with:
135135
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
136136
ref: ${{ inputs.mpi4py-ref }}

.github/workflows/openmpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
libnuma-dev
6969

7070
- name: Checkout MPI
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v5
7272
with:
7373
repository: ${{ inputs.mpi-git || 'open-mpi/ompi' }}
7474
ref: ${{ matrix.mpi-ref }}
@@ -131,7 +131,7 @@ jobs:
131131
numpy cffi pyyaml
132132

133133
- name: Checkout mpi4py
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v5
135135
with:
136136
repository: ${{ inputs.mpi4py-git || 'mpi4py/mpi4py' }}
137137
ref: ${{ inputs.mpi4py-ref }}

0 commit comments

Comments
 (0)