File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 - x64
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929 - uses : julia-actions/setup-julia@v1
3030 with :
3131 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2424 - x64
2525
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828 - uses : julia-actions/setup-julia@v1
2929 with :
3030 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2525 - x64
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929 - uses : julia-actions/setup-julia@v1
3030 with :
3131 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2525 - x64
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v4
2929 - uses : julia-actions/setup-julia@v1
3030 with :
3131 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2929 - x64
3030
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 - uses : julia-actions/setup-julia@v1
3434 with :
3535 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 3333 - x64
3434
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v4
3737 - uses : julia-actions/setup-julia@v1
3838 with :
3939 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 steps :
3030 # Check out the package directory at the branch that triggered
3131 # the workflow
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v4
3333 # Check out Pollen.jl's data branch, where the generated documentation
3434 # data will be stored.
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v4
3636 with :
3737 ref : ${{inputs.databranch}}
3838 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@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 ref : pollen
1919 path : data
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 with :
2222 ref : " gh-pages"
2323 path : pages
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 with :
2626 repository : lorenzoh/pollenjl-frontend
2727 path : frontend
You can’t perform that action at this time.
0 commit comments