File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout gh-pages branch
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414 with :
1515 ref : gh-pages
1616 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 persist-credentials : false
1818 # NOTE: Python is necessary for the pre-rendering (minification) step
2424 # packages such as PyPlot.
2525 # - run: pip install matplotlib
2626 - name : Install Julia
27- uses : julia-actions/setup-julia@v1
27+ uses : julia-actions/setup-julia@latest
2828 # NOTE
2929 # The steps below ensure that NodeJS and Franklin are loaded then it
3030 # installs highlight.js which is needed for the prerendering step
You can’t perform that action at this time.
0 commit comments