Skip to content

Commit 368c196

Browse files
authored
Merge pull request #30 from alexpkeil1/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 8a0fe4d + c2d3d14 commit 368c196

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
@@ -17,7 +17,7 @@ jobs:
1717
name: Documentation
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- uses: julia-actions/julia-buildpkg@latest
2222
- uses: julia-actions/julia-docdeploy@latest
2323
env:

.github/workflows/runtests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
julia-version: '1'
3232
julia-arch: arm64
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- uses: julia-actions/setup-julia@v3
3636
with:
3737
version: ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)