Skip to content

Commit d44a7d3

Browse files
authored
Merge pull request #16 from Deduction42/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0da797a + b10fe75 commit d44a7d3

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)