Skip to content

Commit 51f922c

Browse files
committed
Update GHA workflows
1 parent bea398c commit 51f922c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-app.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout the repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Install node.js SDK
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: '16'
2020

@@ -39,6 +39,6 @@ jobs:
3939
cp _redirects dist
4040
4141
- name: Upload artifact for web
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: dist

.github/workflows/deploy-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
steps:
2828
- name: Deploy to GitHub Pages
2929
id: deployment
30-
uses: actions/deploy-pages@v1
30+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)