Skip to content

Commit 551b0be

Browse files
committed
Upgrade github actions.
1 parent 29c6b39 commit 551b0be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- name: Set up Node.js
28-
uses: actions/setup-node@v1
28+
uses: actions/setup-node@v4
2929
with:
3030
node-version: 16
3131
registry-url: 'https://registry.npmjs.org'
@@ -63,13 +63,13 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@v3
66+
uses: actions/checkout@v4
6767
- name: Setup Pages
68-
uses: actions/configure-pages@v2
68+
uses: actions/configure-pages@v5
6969
- name: Upload artifact
70-
uses: actions/upload-pages-artifact@v1
70+
uses: actions/upload-pages-artifact@v3
7171
with:
7272
path: 'site'
7373
- name: Deploy to GitHub Pages
7474
id: deployment
75-
uses: actions/deploy-pages@v1
75+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)