Skip to content

Commit

Permalink
ci: bump actions/checkout from 3 to 4 (MODFLOW-USGS#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 14c8674 commit a1f244d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
Expand All @@ -49,7 +49,7 @@ jobs:
steps:

- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup gfortran ${{ env.GCC_V }}
uses: awvwgk/setup-fortran@main
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
GCC_V: 13
steps:
- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: modflow6

Expand Down Expand Up @@ -178,18 +178,18 @@ jobs:
FC: gfortran
steps:
- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: modflow6

- name: Checkout modflow6-testmodels
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-testmodels
path: modflow6-testmodels

- name: Checkout modflow6-examples
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-examples
path: modflow6-examples
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Checkout usgslatex
if: matrix.test && runner.os == 'Linux'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/usgslatex
path: usgslatex
Expand Down Expand Up @@ -336,12 +336,12 @@ jobs:
steps:

- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: modflow6

- name: Checkout modflow6-testmodels
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-testmodels
path: modflow6-testmodels
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
steps:

- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: modflow6

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:

steps:
- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: modflow6

- name: Checkout modflow6-examples
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-examples
path: modflow6-examples

- name: Checkout usgslatex
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/usgslatex
path: usgslatex
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
if: github.repository_owner == 'MODFLOW-USGS' && github.event_name == 'push'
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Trigger RTDs build on push to repo branches
uses: dfm/rtds-action@v1
Expand All @@ -174,7 +174,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Print branch name
run: echo ${{env.branch-name}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
steps:

- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: modflow6

- name: Checkout modflow6-${{ matrix.repo }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-${{ matrix.repo }}
path: modflow6-${{ matrix.repo }}
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
distname: ${{ steps.set_version.outputs.distname }}
steps:
- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/modflow6
path: modflow6
Expand Down Expand Up @@ -139,14 +139,14 @@ jobs:
# only run steps below if inputs.run_tests is true
- name: Checkout modflow6-testmodels
if: inputs.run_tests == true
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-testmodels
path: modflow6-testmodels

- name: Checkout modflow6-examples
if: inputs.run_tests == true
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-examples
path: modflow6-examples
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
# compiling binaries, building documentation
- name: Checkout usgslatex
if: ${{ runner.os == 'Linux' && inputs.run_tests == true }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/usgslatex
path: usgslatex
Expand Down Expand Up @@ -240,20 +240,20 @@ jobs:
steps:

- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/modflow6
path: modflow6
ref: ${{ inputs.branch }}

- name: Checkout modflow6-examples
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-examples
path: modflow6-examples

- name: Checkout usgslatex
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/usgslatex
path: usgslatex
Expand Down Expand Up @@ -407,14 +407,14 @@ jobs:
shell: bash -l {0}
steps:
- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/modflow6
path: modflow6
ref: ${{ inputs.branch }}

- name: Checkout modflow6-examples
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: MODFLOW-USGS/modflow6-examples
path: modflow6-examples
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
shell: bash -l {0}
steps:
- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/modflow6
ref: ${{ github.ref }}
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
shell: bash -l {0}
steps:
- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/modflow6
path: modflow6
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
steps:

- name: Checkout modflow6
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/modflow6
path: modflow6
Expand Down

0 comments on commit a1f244d

Please sign in to comment.