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 5858
5959 steps :
6060 - name : Checkout code
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262
6363 - name : Setup Fortran compiler
6464 uses : fortran-lang/setup-fortran@v1.7.0
@@ -207,7 +207,7 @@ jobs:
207207 gcc_v : [11,12,13]
208208
209209 steps :
210- - uses : actions/checkout@v4
210+ - uses : actions/checkout@v5
211211
212212 - name : Download Artifacts
213213 uses : actions/download-artifact@v4
@@ -305,7 +305,7 @@ jobs:
305305 env :
306306 DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
307307
308- - uses : actions/checkout@v4
308+ - uses : actions/checkout@v5
309309 if : ${{ github.event_name == 'push' }}
310310
311311 - name : Download Artifacts
Original file line number Diff line number Diff line change 66 build-and-deploy :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : actions/setup-python@v5
1111 with :
1212 python-version : ' 3.x'
Original file line number Diff line number Diff line change 5656
5757 steps :
5858 - name : Checkout code
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060
6161 - name : (Ubuntu) setup gcc version
6262 if : contains(matrix.os,'ubuntu')
Original file line number Diff line number Diff line change 1717 FORMAT : ${{ matrix.format }}
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
5050
@@ -124,7 +124,7 @@ jobs:
124124 env :
125125 DEPLOY_BRANCH : ${{ secrets.DEPLOY_BRANCH && contains(github.ref, secrets.DEPLOY_BRANCH) && 1 || 0 }}
126126
127- - uses : actions/checkout@v4
127+ - uses : actions/checkout@v5
128128 if : ${{ github.event_name == 'push' }}
129129
130130 - name : Download Artifacts
You can’t perform that action at this time.
0 commit comments