Skip to content

Commit 0a9a979

Browse files
authored
Merge pull request #103 from JuliaLogging/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 20229ff + 49ee22e commit 0a9a979

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
version: "1"
3232
arch: x86
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
- uses: julia-actions/setup-julia@v2
3636
with:
3737
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)