Skip to content

Commit 6206b23

Browse files
authored
Merge pull request #92 from axelparmentier/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f9d8dab + 7247285 commit 6206b23

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
@@ -22,7 +22,7 @@ jobs:
2222
arch: [x64]
2323
allow_failure: [false]
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: julia-actions/setup-julia@v1
2727
with:
2828
version: ${{ matrix.version }}
@@ -38,7 +38,7 @@ jobs:
3838
name: Documentation
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242
- uses: julia-actions/setup-julia@v1
4343
with:
4444
version: '1'

0 commit comments

Comments
 (0)