Skip to content

Commit 9c2eb81

Browse files
authored
Merge pull request #10 from ArndtLab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 78c94a7 + 012930b commit 9c2eb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- x64
3434
- x86
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- uses: julia-actions/setup-julia@v2
3838
with:
3939
version: ${{ matrix.version }}
@@ -55,7 +55,7 @@ jobs:
5555
contents: write
5656
statuses: write
5757
steps:
58-
- uses: actions/checkout@v5
58+
- uses: actions/checkout@v6
5959
- uses: julia-actions/setup-julia@v2
6060
with:
6161
version: '1.10'

0 commit comments

Comments
 (0)