Skip to content

Commit 4e7c35e

Browse files
authored
Merge pull request #1 from JuliaAstro/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e190eee + cef0b2f commit 4e7c35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)