Skip to content

Commit d48b36b

Browse files
authored
Merge pull request #9 from PdIPS/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 57b81f0 + 2cd7144 commit d48b36b

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
@@ -25,7 +25,7 @@ jobs:
2525
arch:
2626
- x64
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- uses: julia-actions/setup-julia@v2
3030
with:
3131
version: ${{ matrix.version }}
@@ -44,7 +44,7 @@ jobs:
4444
contents: write
4545
statuses: write
4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
- uses: julia-actions/setup-julia@v2
4949
with:
5050
version: '1'

0 commit comments

Comments
 (0)