Skip to content

Commit bd5a840

Browse files
authored
Merge pull request #6 from EarthyScience/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 9c55a87 + e284ecd commit bd5a840

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@v6
3535
- uses: julia-actions/setup-julia@v2
3636
with:
3737
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)