Skip to content

Commit 044e932

Browse files
authored
Merge pull request #18 from EarthyScience/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents c9517c4 + 2ad517e commit 044e932

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Documentation
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- uses: julia-actions/setup-julia@v3
3434
with:
3535
version: "1"

.github/workflows/ReusableTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: ${{ inputs.allow_failure }}
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- uses: julia-actions/setup-julia@v3
3939
with:
4040
version: ${{ inputs.version }}

0 commit comments

Comments
 (0)