Skip to content

Commit aefd005

Browse files
authored
Merge pull request #1 from Iddingsite/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 16cd774 + d1b8f5d commit aefd005

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
@@ -29,7 +29,7 @@ jobs:
2929
arch:
3030
- x64
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)