Skip to content

Commit 67fe75d

Browse files
Merge pull request #95 from Marco-Congedo/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 4406b60 + 394d0fd commit 67fe75d

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 15
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: julia-actions/setup-julia@v2
2121
with:
2222
version: '1.11'

0 commit comments

Comments
 (0)