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