Skip to content

Commit 454e9d1

Browse files
Bump actions/checkout from 5 to 6 (#21)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
1 parent f31813b commit 454e9d1

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
@@ -42,7 +42,7 @@ jobs:
4242
- '1.10' # current LTS
4343
- '1' # automatically expands to the latest stable 1.x release of Julia
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
with:
4747
persist-credentials: false
4848
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)