Skip to content

Commit a5c99c6

Browse files
authored
Merge pull request #334 from JuliaIO/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 80ac896 + 20ea972 commit a5c99c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- version: 'nightly'
3333
arch: x86
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636
- uses: julia-actions/setup-julia@latest
3737
with:
3838
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)