Skip to content

Commit 681a2ce

Browse files
chore(deps): bump actions/checkout from 5 to 6 (MODFLOW-ORG#2602)
1 parent 52d5c26 commit 681a2ce

File tree

7 files changed

+38
-38
lines changed

7 files changed

+38
-38
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 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@v5
49+
uses: actions/checkout@v6
5050

5151
- name: Setup pixi
5252
uses: prefix-dev/setup-pixi@v0.9.3
@@ -76,7 +76,7 @@ jobs:
7676
FC_V: 13
7777
steps:
7878
- name: Checkout MF6
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080

8181
- name: Setup ${{ env.FC }} ${{ env.FC_V }}
8282
uses: fortran-lang/setup-fortran@v1
@@ -125,7 +125,7 @@ jobs:
125125
FC_V: 13
126126
steps:
127127
- name: Checkout MF6
128-
uses: actions/checkout@v5
128+
uses: actions/checkout@v6
129129

130130
- name: Setup ${{ env.FC }} ${{ env.FC_V }}
131131
uses: fortran-lang/setup-fortran@v1
@@ -200,7 +200,7 @@ jobs:
200200
FC_V: 13
201201
steps:
202202
- name: Checkout MF6
203-
uses: actions/checkout@v5
203+
uses: actions/checkout@v6
204204
with:
205205
path: modflow6
206206

@@ -300,18 +300,18 @@ jobs:
300300
FC_V: 13
301301
steps:
302302
- name: Checkout MF6
303-
uses: actions/checkout@v5
303+
uses: actions/checkout@v6
304304
with:
305305
path: modflow6
306306

307307
- name: Checkout test models
308-
uses: actions/checkout@v5
308+
uses: actions/checkout@v6
309309
with:
310310
repository: MODFLOW-ORG/modflow6-testmodels
311311
path: modflow6-testmodels
312312

313313
- name: Checkout examples
314-
uses: actions/checkout@v5
314+
uses: actions/checkout@v6
315315
with:
316316
repository: MODFLOW-ORG/modflow6-examples
317317
path: modflow6-examples
@@ -443,7 +443,7 @@ jobs:
443443

444444
- name: Checkout usgslatex
445445
if: runner.os == 'Linux'
446-
uses: actions/checkout@v5
446+
uses: actions/checkout@v6
447447
with:
448448
repository: MODFLOW-ORG/usgslatex
449449
path: usgslatex
@@ -500,18 +500,18 @@ jobs:
500500
swap-storage: true
501501

502502
- name: Checkout MF6
503-
uses: actions/checkout@v5
503+
uses: actions/checkout@v6
504504
with:
505505
path: modflow6
506506

507507
- name: Checkout test models
508-
uses: actions/checkout@v5
508+
uses: actions/checkout@v6
509509
with:
510510
repository: MODFLOW-ORG/modflow6-testmodels
511511
path: modflow6-testmodels
512512

513513
- name: Checkout examples
514-
uses: actions/checkout@v5
514+
uses: actions/checkout@v6
515515
with:
516516
repository: MODFLOW-ORG/modflow6-examples
517517
path: modflow6-examples
@@ -648,7 +648,7 @@ jobs:
648648
swap-storage: true
649649

650650
- name: Checkout MF6
651-
uses: actions/checkout@v5
651+
uses: actions/checkout@v6
652652
with:
653653
path: modflow6
654654

.github/workflows/compilers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ jobs:
7373
shell: bash
7474
steps:
7575
- name: Checkout modflow6
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
path: modflow6
7979

8080
- name: Checkout test models
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282
with:
8383
repository: MODFLOW-ORG/modflow6-testmodels
8484
path: modflow6-testmodels
8585

8686
- name: Checkout modflow6-examples
87-
uses: actions/checkout@v5
87+
uses: actions/checkout@v6
8888
with:
8989
repository: MODFLOW-ORG/modflow6-examples
9090
path: modflow6-examples
@@ -204,7 +204,7 @@ jobs:
204204
steps:
205205

206206
- name: Checkout repository
207-
uses: actions/checkout@v5
207+
uses: actions/checkout@v6
208208

209209
- name: Setup Python
210210
uses: actions/setup-python@v6

.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@v5
27+
uses: actions/checkout@v6
2828

2929
- uses: prefix-dev/setup-pixi@v0.9.3
3030
with:
@@ -46,18 +46,18 @@ jobs:
4646
FC_V: 12
4747
steps:
4848
- name: Checkout modflow6
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
with:
5151
path: modflow6
5252

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

5959
- name: Checkout usgslatex
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
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@v5
202+
uses: actions/checkout@v6
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@v5
222+
- uses: actions/checkout@v6
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@v5
35+
uses: actions/checkout@v6
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@v5
59+
uses: actions/checkout@v6
6060
with:
6161
path: modflow6
6262

6363
- name: Checkout large test models
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
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@v5
14+
- uses: actions/checkout@v6
1515
- uses: prefix-dev/setup-pixi@v0.9.3
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
@@ -104,22 +104,22 @@ jobs:
104104
swap-storage: true
105105

106106
- name: Checkout modflow6
107-
uses: actions/checkout@v5
107+
uses: actions/checkout@v6
108108
with:
109109
repository: ${{ github.repository_owner }}/modflow6
110110
path: modflow6
111111
ref: ${{ inputs.branch }}
112112

113113
- name: Checkout modflow6-testmodels
114114
if: inputs.run_tests == true && runner.os != 'Windows'
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
with:
117117
repository: MODFLOW-ORG/modflow6-testmodels
118118
path: modflow6-testmodels
119119

120120
- name: Checkout modflow6-examples
121121
if: inputs.run_tests == true && runner.os != 'Windows'
122-
uses: actions/checkout@v5
122+
uses: actions/checkout@v6
123123
with:
124124
repository: MODFLOW-ORG/modflow6-examples
125125
path: modflow6-examples
@@ -361,7 +361,7 @@ jobs:
361361
# compiling binaries, building documentation
362362
- name: Checkout usgslatex
363363
if: ${{ runner.os == 'Linux' && inputs.run_tests == true }}
364-
uses: actions/checkout@v5
364+
uses: actions/checkout@v6
365365
with:
366366
repository: MODFLOW-ORG/usgslatex
367367
path: usgslatex
@@ -398,20 +398,20 @@ jobs:
398398
steps:
399399

400400
- name: Checkout modflow6
401-
uses: actions/checkout@v5
401+
uses: actions/checkout@v6
402402
with:
403403
repository: ${{ github.repository_owner }}/modflow6
404404
path: modflow6
405405
ref: ${{ inputs.branch }}
406406

407407
- name: Checkout modflow6-examples
408-
uses: actions/checkout@v5
408+
uses: actions/checkout@v6
409409
with:
410410
repository: MODFLOW-ORG/modflow6-examples
411411
path: modflow6-examples
412412

413413
- name: Checkout usgslatex
414-
uses: actions/checkout@v5
414+
uses: actions/checkout@v6
415415
with:
416416
repository: MODFLOW-ORG/usgslatex
417417
path: usgslatex
@@ -568,14 +568,14 @@ jobs:
568568
shell: bash -l {0}
569569
steps:
570570
- name: Checkout modflow6
571-
uses: actions/checkout@v5
571+
uses: actions/checkout@v6
572572
with:
573573
repository: ${{ github.repository_owner }}/modflow6
574574
path: modflow6
575575
ref: ${{ inputs.branch }}
576576

577577
- name: Checkout modflow6-examples
578-
uses: actions/checkout@v5
578+
uses: actions/checkout@v6
579579
with:
580580
repository: MODFLOW-ORG/modflow6-examples
581581
path: modflow6-examples

.github/workflows/release_dispatch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
patch: ${{ steps.set_patch.outputs.patch }}
7575
steps:
7676
- name: Checkout modflow6
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
with:
7979
repository: ${{ github.repository_owner }}/modflow6
8080
ref: ${{ github.ref }}
@@ -222,7 +222,7 @@ jobs:
222222
shell: bash -l {0}
223223
steps:
224224
- name: Checkout modflow6
225-
uses: actions/checkout@v5
225+
uses: actions/checkout@v6
226226
with:
227227
repository: ${{ github.repository_owner }}/modflow6
228228
ref: ${{ github.ref }}
@@ -282,7 +282,7 @@ jobs:
282282
shell: bash -l {0}
283283
steps:
284284
- name: Checkout modflow6
285-
uses: actions/checkout@v5
285+
uses: actions/checkout@v6
286286
with:
287287
repository: ${{ github.repository_owner }}/modflow6
288288
path: modflow6

0 commit comments

Comments
 (0)