Skip to content

Commit 475854f

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#2449)
1 parent 3c4a46e commit 475854f

File tree

7 files changed

+36
-36
lines changed

7 files changed

+36
-36
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout MF6
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
- name: Setup pixi
5252
uses: prefix-dev/[email protected]
@@ -76,7 +76,7 @@ jobs:
7676
FC_V: 13
7777
steps:
7878
- name: Checkout MF6
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080

8181
- name: Setup ${{ env.FC }} ${{ env.FC_V }}
8282
uses: fortran-lang/setup-fortran@v1
@@ -119,7 +119,7 @@ jobs:
119119
FC_V: 13
120120
steps:
121121
- name: Checkout MF6
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5
123123
with:
124124
path: modflow6
125125

@@ -219,18 +219,18 @@ jobs:
219219
FC_V: 13
220220
steps:
221221
- name: Checkout MF6
222-
uses: actions/checkout@v4
222+
uses: actions/checkout@v5
223223
with:
224224
path: modflow6
225225

226226
- name: Checkout test models
227-
uses: actions/checkout@v4
227+
uses: actions/checkout@v5
228228
with:
229229
repository: MODFLOW-ORG/modflow6-testmodels
230230
path: modflow6-testmodels
231231

232232
- name: Checkout examples
233-
uses: actions/checkout@v4
233+
uses: actions/checkout@v5
234234
with:
235235
repository: MODFLOW-ORG/modflow6-examples
236236
path: modflow6-examples
@@ -358,7 +358,7 @@ jobs:
358358

359359
- name: Checkout usgslatex
360360
if: runner.os == 'Linux'
361-
uses: actions/checkout@v4
361+
uses: actions/checkout@v5
362362
with:
363363
repository: MODFLOW-ORG/usgslatex
364364
path: usgslatex
@@ -415,18 +415,18 @@ jobs:
415415
swap-storage: true
416416

417417
- name: Checkout MF6
418-
uses: actions/checkout@v4
418+
uses: actions/checkout@v5
419419
with:
420420
path: modflow6
421421

422422
- name: Checkout test models
423-
uses: actions/checkout@v4
423+
uses: actions/checkout@v5
424424
with:
425425
repository: MODFLOW-ORG/modflow6-testmodels
426426
path: modflow6-testmodels
427427

428428
- name: Checkout examples
429-
uses: actions/checkout@v4
429+
uses: actions/checkout@v5
430430
with:
431431
repository: MODFLOW-ORG/modflow6-examples
432432
path: modflow6-examples
@@ -551,7 +551,7 @@ jobs:
551551

552552
steps:
553553
- name: Checkout MF6
554-
uses: actions/checkout@v4
554+
uses: actions/checkout@v5
555555
with:
556556
path: modflow6
557557

.github/workflows/compilers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@ jobs:
7171
shell: bash
7272
steps:
7373
- name: Checkout modflow6
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
with:
7676
path: modflow6
7777

7878
- name: Checkout test models
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v5
8080
with:
8181
repository: MODFLOW-ORG/modflow6-testmodels
8282
path: modflow6-testmodels
8383

8484
- name: Checkout modflow6-examples
85-
uses: actions/checkout@v4
85+
uses: actions/checkout@v5
8686
with:
8787
repository: MODFLOW-ORG/modflow6-examples
8888
path: modflow6-examples
@@ -202,7 +202,7 @@ jobs:
202202
steps:
203203

204204
- name: Checkout repository
205-
uses: actions/checkout@v4
205+
uses: actions/checkout@v5
206206

207207
- name: Setup Python
208208
uses: actions/setup-python@v5

.github/workflows/docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Checkout modflow6
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- uses: prefix-dev/[email protected]
3030
with:
@@ -46,18 +46,18 @@ jobs:
4646
FC_V: 12
4747
steps:
4848
- name: Checkout modflow6
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
path: modflow6
5252

5353
- name: Checkout modflow6-examples
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
with:
5656
repository: MODFLOW-ORG/modflow6-examples
5757
path: modflow6-examples
5858

5959
- name: Checkout usgslatex
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161
with:
6262
repository: MODFLOW-ORG/usgslatex
6363
path: usgslatex
@@ -199,7 +199,7 @@ jobs:
199199
if: github.repository_owner == 'MODFLOW-ORG' && github.event_name == 'push'
200200
steps:
201201
- name: Checkout repo
202-
uses: actions/checkout@v4
202+
uses: actions/checkout@v5
203203

204204
- name: Trigger RTDs build on push to repo branches
205205
uses: dfm/rtds-action@v1
@@ -219,7 +219,7 @@ jobs:
219219
shell: bash
220220

221221
steps:
222-
- uses: actions/checkout@v4
222+
- uses: actions/checkout@v5
223223

224224
- name: Print branch name
225225
run: echo ${{env.branch-name}}

.github/workflows/large.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# cache oneapi and petsc for mf6 parallel
3333
- name: Checkout modflow6
3434
if: matrix.compiler == 'intel' && matrix.version == '2024.0'
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
path: modflow6
3838
- name: Cache oneAPI and PETSc
@@ -56,12 +56,12 @@ jobs:
5656
uses: jlumbroso/free-disk-space@main
5757

5858
- name: Checkout modflow6
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
with:
6161
path: modflow6
6262

6363
- name: Checkout large test models
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
repository: MODFLOW-ORG/modflow6-largetestmodels
6767
path: modflow6-largetestmodels

.github/workflows/pixi_auto_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
auto-update:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: prefix-dev/[email protected]
1616
with:
1717
pixi-version: v0.41.4

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
distname: ${{ steps.set_version.outputs.distname }}
102102
steps:
103103
- name: Checkout modflow6
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105
with:
106106
repository: ${{ github.repository_owner }}/modflow6
107107
path: modflow6
@@ -274,14 +274,14 @@ jobs:
274274

275275
- name: Checkout modflow6-testmodels
276276
if: inputs.run_tests == true && runner.os != 'Windows'
277-
uses: actions/checkout@v4
277+
uses: actions/checkout@v5
278278
with:
279279
repository: MODFLOW-ORG/modflow6-testmodels
280280
path: modflow6-testmodels
281281

282282
- name: Checkout modflow6-examples
283283
if: inputs.run_tests == true && runner.os != 'Windows'
284-
uses: actions/checkout@v4
284+
uses: actions/checkout@v5
285285
with:
286286
repository: MODFLOW-ORG/modflow6-examples
287287
path: modflow6-examples
@@ -351,7 +351,7 @@ jobs:
351351
# compiling binaries, building documentation
352352
- name: Checkout usgslatex
353353
if: ${{ runner.os == 'Linux' && inputs.run_tests == true }}
354-
uses: actions/checkout@v4
354+
uses: actions/checkout@v5
355355
with:
356356
repository: MODFLOW-ORG/usgslatex
357357
path: usgslatex
@@ -388,20 +388,20 @@ jobs:
388388
steps:
389389

390390
- name: Checkout modflow6
391-
uses: actions/checkout@v4
391+
uses: actions/checkout@v5
392392
with:
393393
repository: ${{ github.repository_owner }}/modflow6
394394
path: modflow6
395395
ref: ${{ inputs.branch }}
396396

397397
- name: Checkout modflow6-examples
398-
uses: actions/checkout@v4
398+
uses: actions/checkout@v5
399399
with:
400400
repository: MODFLOW-ORG/modflow6-examples
401401
path: modflow6-examples
402402

403403
- name: Checkout usgslatex
404-
uses: actions/checkout@v4
404+
uses: actions/checkout@v5
405405
with:
406406
repository: MODFLOW-ORG/usgslatex
407407
path: usgslatex
@@ -550,14 +550,14 @@ jobs:
550550
shell: bash -l {0}
551551
steps:
552552
- name: Checkout modflow6
553-
uses: actions/checkout@v4
553+
uses: actions/checkout@v5
554554
with:
555555
repository: ${{ github.repository_owner }}/modflow6
556556
path: modflow6
557557
ref: ${{ inputs.branch }}
558558

559559
- name: Checkout modflow6-examples
560-
uses: actions/checkout@v4
560+
uses: actions/checkout@v5
561561
with:
562562
repository: MODFLOW-ORG/modflow6-examples
563563
path: modflow6-examples

.github/workflows/release_dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
shell: bash -l {0}
180180
steps:
181181
- name: Checkout modflow6
182-
uses: actions/checkout@v4
182+
uses: actions/checkout@v5
183183
with:
184184
repository: ${{ github.repository_owner }}/modflow6
185185
ref: ${{ github.ref }}
@@ -239,7 +239,7 @@ jobs:
239239
shell: bash -l {0}
240240
steps:
241241
- name: Checkout modflow6
242-
uses: actions/checkout@v4
242+
uses: actions/checkout@v5
243243
with:
244244
repository: ${{ github.repository_owner }}/modflow6
245245
path: modflow6

0 commit comments

Comments
 (0)