Skip to content

Commit 4660086

Browse files
authored
Merge pull request #43 from JuliaPhysics/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 03d6b97 + e80da1a commit 4660086

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
@@ -31,7 +31,7 @@ jobs:
3131
arch:
3232
- x64
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 }}
@@ -53,7 +53,7 @@ jobs:
5353
contents: write
5454
statuses: write
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
- uses: julia-actions/setup-julia@v2
5858
with:
5959
version: '1'

0 commit comments

Comments
 (0)