File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout gh-pages branch
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
ref : gh-pages
16
16
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
persist-credentials : false
18
18
# NOTE: Python is necessary for the pre-rendering (minification) step
24
24
# packages such as PyPlot.
25
25
# - run: pip install matplotlib
26
26
- name : Install Julia
27
- uses : julia-actions/setup-julia@v1
27
+ uses : julia-actions/setup-julia@latest
28
28
# NOTE
29
29
# The steps below ensure that NodeJS and Franklin are loaded then it
30
30
# installs highlight.js which is needed for the prerendering step
You can’t perform that action at this time.
0 commit comments