Skip to content

Commit 9fbafd9

Browse files
authored
Merge pull request #4 from ohno/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5d923de + 09414e8 commit 9fbafd9

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
@@ -29,7 +29,7 @@ jobs:
2929
arch:
3030
- x64
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: ${{ matrix.version }}
@@ -45,7 +45,7 @@ jobs:
4545
contents: write
4646
statuses: write
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: julia-actions/setup-julia@v2
5050
with:
5151
version: '1'

0 commit comments

Comments
 (0)