Skip to content

Commit 297cd05

Browse files
committed
try to use newer versions
1 parent 26d7559 commit 297cd05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
- name: Build Website
3030
working-directory: 08-Website
3131
run: npm install && npm run build && npm run clean
3232
- name: Setup Github Pages
33-
uses: actions/configure-pages@v3
33+
uses: actions/configure-pages@v4
3434
- name: Upload Github Pages
35-
uses: actions/upload-pages-artifact@v2
35+
uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: "08-Website"
3838
- name: Deploy GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v2
40+
uses: actions/deploy-pages@v4
4141

0 commit comments

Comments
 (0)