File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout code
46
- uses : actions/checkout@v1
46
+ uses : actions/checkout@v4
47
47
48
48
- name : Install GFortran macOS
49
49
if : contains(matrix.os, 'macos')
@@ -194,7 +194,7 @@ jobs:
194
194
- build
195
195
196
196
steps :
197
- - uses : actions/checkout@v2
197
+ - uses : actions/checkout@v4
198
198
199
199
- name : Download Artifacts
200
200
uses : actions/download-artifact@v2
@@ -277,7 +277,7 @@ jobs:
277
277
env :
278
278
DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
279
279
280
- - uses : actions/checkout@v2
280
+ - uses : actions/checkout@v4
281
281
if : ${{ github.event_name == 'push' }}
282
282
283
283
- 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@v2
9
+ - uses : actions/checkout@v4
10
10
- uses : actions/setup-python@v1
11
11
with :
12
12
python-version : ' 3.x'
Original file line number Diff line number Diff line change 43
43
44
44
steps :
45
45
- name : Checkout code
46
- uses : actions/checkout@v1
46
+ uses : actions/checkout@v4
47
47
48
48
- name : (Ubuntu) setup gcc version
49
49
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@v2
20
+ uses : actions/checkout@v4
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@v2
47
+ uses : actions/checkout@v4
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@v2
127
+ - uses : actions/checkout@v4
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