Skip to content

Commit 59e2521

Browse files
committed
Update versions
1 parent bcf128f commit 59e2521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pnpm build
3737

3838
- name: Setup GitHub Pages
39-
uses: actions/configure-pages@v4
39+
uses: actions/configure-pages@v5
4040

4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3
@@ -45,4 +45,4 @@ jobs:
4545

4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v3
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)