Skip to content

Commit e38857b

Browse files
Bump actions/checkout from 3 to 4 (#151)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35edb68 commit e38857b

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
@@ -27,7 +27,7 @@ jobs:
2727
arch:
2828
- x64
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131
- uses: julia-actions/setup-julia@v1
3232
with:
3333
version: ${{ matrix.version }}
@@ -43,7 +43,7 @@ jobs:
4343
name: Documentation
4444
runs-on: ubuntu-latest
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)