File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments