Skip to content

Commit d59df7e

Browse files
authored
Merge pull request #19 from JuliaSparse/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 63941d8 + ff60d14 commit d59df7e

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 }}
@@ -49,7 +49,7 @@ jobs:
4949
name: Documentation
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- uses: julia-actions/setup-julia@v1
5454
with:
5555
version: '1'

0 commit comments

Comments
 (0)