Skip to content

Commit 90f7b82

Browse files
authored
Actions node 12 => node 16 (#162)
* updated .yml files * updates
1 parent 08cc88a commit 90f7b82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CleanPreview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/Deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)