Skip to content

Commit e3fa66d

Browse files
build(deps): bump actions/checkout from 6 to 7 (#71)
1 parent ab5ebb9 commit e3fa66d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/full-dist-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
steps:
3030

3131
- name: Checkout repo
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333
with:
3434
repository: MODFLOW-ORG/modflow6-nightly-build
3535

3636
- name: Checkout modflow6
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
repository: MODFLOW-ORG/modflow6
4040
path: modflow6

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
steps:
4646

4747
- name: Checkout repo
48-
uses: actions/checkout@v6
48+
uses: actions/checkout@v7
4949
with:
5050
repository: MODFLOW-ORG/modflow6-nightly-build
5151

5252
- name: Checkout modflow6
53-
uses: actions/checkout@v6
53+
uses: actions/checkout@v7
5454
with:
5555
repository: ${{ github.repository_owner }}/modflow6
5656
path: modflow6
@@ -94,12 +94,12 @@ jobs:
9494
steps:
9595

9696
- name: Checkout repo
97-
uses: actions/checkout@v6
97+
uses: actions/checkout@v7
9898
with:
9999
repository: MODFLOW-ORG/modflow6-nightly-build
100100

101101
- name: Checkout modflow6
102-
uses: actions/checkout@v6
102+
uses: actions/checkout@v7
103103
with:
104104
repository: MODFLOW-ORG/modflow6
105105
path: modflow6

0 commit comments

Comments
 (0)