Skip to content

Commit c1abf23

Browse files
authored
Merge pull request #265 from JuliaParallel/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 356aeff + 6c43d43 commit c1abf23

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
@@ -32,7 +32,7 @@ jobs:
3232
- windows-latest
3333
- macOS-latest
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
- uses: julia-actions/setup-julia@v2
3737
with:
3838
version: ${{ matrix.version }}
@@ -49,7 +49,7 @@ jobs:
4949
name: Documentation
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
- uses: julia-actions/setup-julia@v2
5454
with:
5555
version: '1'

0 commit comments

Comments
 (0)