Skip to content

Commit 5c72115

Browse files
authored
Merge pull request #271 from JuliaInterop/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ee05072 + b90fa8f commit 5c72115

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
@@ -28,7 +28,7 @@ jobs:
2828
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- uses: julia-actions/setup-julia@v2
3434
with:

0 commit comments

Comments
 (0)