@@ -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
0 commit comments