Skip to content

Commit 5ac0a5c

Browse files
Github Pages: update deploy.yaml
Bump Github Actions versions in line with Quartz commit [b053d35](jackyzha0/quartz@b053d35)
1 parent af7fafc commit 5ac0a5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
build:
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: actions/setup-node@v3
25+
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 22
2828

2929
- name: Install Dependencies
3030
run: npm ci
@@ -33,7 +33,7 @@ jobs:
3333
run: npx quartz build -d mmw-content
3434

3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v2
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
path: public
3939

@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)