Skip to content

Commit fca155b

Browse files
authored
Merge pull request #242 from JuliaParallel/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 833dfa2 + 7319d29 commit fca155b

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@v2
27+
- uses: actions/checkout@v3
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@v2
52+
- uses: actions/checkout@v3
5353
- uses: julia-actions/setup-julia@v1
5454
with:
5555
version: '1'

0 commit comments

Comments
 (0)