Skip to content

Commit eb624ab

Browse files
authored
Merge pull request #31 from JuliaParallel/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 7023c60 + 39a1b56 commit eb624ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
version: '1.9'
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
- uses: julia-actions/setup-julia@v2
4545
with:
4646
version: ${{ matrix.version }}
@@ -68,7 +68,7 @@ jobs:
6868
docs:
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v6
7272
- uses: julia-actions/setup-julia@latest
7373
with:
7474
version: '1'

0 commit comments

Comments
 (0)