File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 arch :
1919 - x64
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 - uses : julia-actions/setup-julia@v1
2323 with :
2424 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 99 name : " Pollen - build documentation data"
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
13+ - uses : actions/checkout@v3
1414 with :
1515 ref : pollen
1616 path : pollen
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 name : " Pollen - Prerender static frontend and deploy"
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 with :
1818 ref : pollen
1919 path : data
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 with :
2222 ref : " gh-pages"
2323 path : pages
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 with :
2626 repository : lorenzoh/pollenjl-frontend
2727 path : frontend
You can’t perform that action at this time.
0 commit comments