File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 FPM_CC : gcc
2828 steps :
2929 - name : Checkout code
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v4.2.2
3131 with :
3232 submodules : recursive
3333
3434 - name : Cache GFortran install
3535 if : ${{ contains(matrix.os, 'windows') }}
3636 id : cache
37- uses : actions/cache@v2
37+ uses : actions/cache@v4.2.2
3838 with :
3939 path : ./mingw-w64
4040 key : gcc-${{ matrix.gcc }}-${{ matrix.os }}
@@ -164,12 +164,12 @@ jobs:
164164
165165 steps :
166166 - name : Checkout code
167- uses : actions/checkout@v2
167+ uses : actions/checkout@v4.2.2
168168
169169 - name : Cache GFortran install
170170 if : ${{ contains(matrix.os, 'windows') }}
171171 id : cache
172- uses : actions/cache@v2
172+ uses : actions/cache@v4.2.2
173173 with :
174174 path : ./mingw-w64
175175 key : gcc-${{ matrix.gcc }}-${{ matrix.os }}
@@ -265,7 +265,7 @@ jobs:
265265 DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
266266
267267 - name : Checkout code
268- uses : actions/checkout@v2
268+ uses : actions/checkout@v4.2.2
269269 with :
270270 submodules : recursive
271271
Original file line number Diff line number Diff line change 66 sdist :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4.2.2
1010 - name : Reorganize repository
1111 run : |
1212 git config user.email ""
You can’t perform that action at this time.
0 commit comments