Skip to content

Commit d706767

Browse files
authored
Merge pull request #233 from kaipartmann/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5783c57 + 30a8fcc commit d706767

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
@@ -26,7 +26,7 @@ jobs:
2626
arch:
2727
- x64
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: julia-actions/setup-julia@v2
3131
with:
3232
version: ${{ matrix.version }}
@@ -53,7 +53,7 @@ jobs:
5353
permissions:
5454
contents: write
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
- uses: julia-actions/setup-julia@v2
5858
with:
5959
version: '1'

0 commit comments

Comments
 (0)