Skip to content

Commit af43349

Browse files
authored
Upgrade GitHub Actions to latest versions
1 parent 8ef0464 commit af43349

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
- name: Install quarto
15-
uses: quarto-dev/quarto-actions/setup@v2
15+
uses: quarto-dev/quarto-actions/setup@v3
1616
with:
1717
tinytex: true
1818

@@ -22,11 +22,10 @@ jobs:
2222
quarto render --to all
2323
2424
- name: Install node
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: 18.x
2828
cache: 'npm'
29-
cache-dependency-path: web/package-lock.json
3029

3130
- name: Build web app
3231
run: |

0 commit comments

Comments
 (0)