File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 58
58
59
59
steps :
60
60
- name : Checkout code
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
63
63
- name : Setup Fortran compiler
64
64
uses :
fortran-lang/[email protected]
@@ -207,7 +207,7 @@ jobs:
207
207
gcc_v : [11,12,13]
208
208
209
209
steps :
210
- - uses : actions/checkout@v4
210
+ - uses : actions/checkout@v5
211
211
212
212
- name : Download Artifacts
213
213
uses : actions/download-artifact@v4
@@ -305,7 +305,7 @@ jobs:
305
305
env :
306
306
DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
307
307
308
- - uses : actions/checkout@v4
308
+ - uses : actions/checkout@v5
309
309
if : ${{ github.event_name == 'push' }}
310
310
311
311
- name : Download Artifacts
Original file line number Diff line number Diff line change 6
6
build-and-deploy :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- uses : actions/setup-python@v5
11
11
with :
12
12
python-version : ' 3.x'
Original file line number Diff line number Diff line change 56
56
57
57
steps :
58
58
- name : Checkout code
59
- uses : actions/checkout@v4
59
+ uses : actions/checkout@v5
60
60
61
61
- name : (Ubuntu) setup gcc version
62
62
if : contains(matrix.os,'ubuntu')
Original file line number Diff line number Diff line change 17
17
FORMAT : ${{ matrix.format }}
18
18
steps :
19
19
- name : Checkout code
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
23
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Checkout code
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
with :
49
49
fetch-depth : 0
50
50
@@ -124,7 +124,7 @@ jobs:
124
124
env :
125
125
DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
126
126
127
- - uses : actions/checkout@v4
127
+ - uses : actions/checkout@v5
128
128
if : ${{ github.event_name == 'push' }}
129
129
130
130
- name : Download Artifacts
You can’t perform that action at this time.
0 commit comments