Skip to content

Commit 7092390

Browse files
committed
Update Github Pages packages for Github Action.
1 parent eec21e5 commit 7092390

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gh-pages.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout/@v3
27+
uses: actions/checkout/@v4
2828
- name: Setup Node 18
29-
uses: actions/setup-node@v3
29+
uses: actions/setup-node@v4
3030
with:
3131
node-version: 18
3232
- name: Generate vocabulary
@@ -36,12 +36,12 @@ jobs:
3636
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
3737
rm -rf node_modules
3838
- name: Setup Github Pages
39-
uses: actions/configure-pages@v2
39+
uses: actions/configure-pages@v4
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v1
41+
uses: actions/upload-pages-artifact@v4
4242
with:
4343
# Upload entire repository
4444
path: '.'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v1
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)