Skip to content

Commit 556a63d

Browse files
authored
Merge pull request #1 from gdalle/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 716c52f + 66cbadf commit 556a63d

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
@@ -24,7 +24,7 @@ jobs:
2424
arch:
2525
- x64
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: julia-actions/setup-julia@v1
2929
with:
3030
version: ${{ matrix.version }}
@@ -43,7 +43,7 @@ jobs:
4343
contents: write
4444
statuses: write
4545
steps:
46-
- uses: actions/checkout@v3
46+
- uses: actions/checkout@v4
4747
- uses: julia-actions/setup-julia@v1
4848
with:
4949
version: '1'

0 commit comments

Comments
 (0)