Skip to content

Commit 408e636

Browse files
Bump actions/checkout from 2 to 3 (#144)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
1 parent b8f4719 commit 408e636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
arch:
2929
- x64
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- uses: julia-actions/setup-julia@v1
3333
with:
3434
version: ${{ matrix.version }}
@@ -44,7 +44,7 @@ jobs:
4444
name: Documentation
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848
- uses: julia-actions/setup-julia@v1
4949
with:
5050
version: '1'

0 commit comments

Comments
 (0)