Skip to content

Commit b17a752

Browse files
Merge pull request #321 from joshday/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents fb4036b + 04172df commit b17a752

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
arch: aarch64
3131
version: '1'
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
- uses: julia-actions/setup-julia@v3
3535
with:
3636
version: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
4646
name: Documentation
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v6
49+
- uses: actions/checkout@v7
5050
- uses: julia-actions/cache@v3
5151
- uses: julia-actions/julia-buildpkg@latest
5252
- uses: julia-actions/julia-docdeploy@latest

0 commit comments

Comments
 (0)