File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 os : macOS-latest
4242
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v4
4545 with :
4646 # For Codecov, we must also fetch the parent of the HEAD commit to
4747 # be able to properly deal with PRs / merges
4848 fetch-depth : 2
4949 - name : " Set up Julia"
50- uses : julia-actions/setup-julia@v1
50+ uses : julia-actions/setup-julia@v2
5151 with :
5252 version : ${{ matrix.julia-version }}
5353 arch : ${{ matrix.julia-arch }}
7676 name : Documentation
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v2
79+ - uses : actions/checkout@v4
8080 - uses : julia-actions/cache@v1
8181 - uses : julia-actions/julia-buildpkg@latest
8282 - uses : julia-actions/julia-docdeploy@latest
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout gh-pages branch
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v4
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview
You can’t perform that action at this time.
0 commit comments