Skip to content

Commit aa01566

Browse files
Update actions/deploy-pages action to v5
1 parent d1802a6 commit aa01566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
path: ./public
7474
- name: Deploy to GitHub Pages
7575
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
76-
uses: actions/deploy-pages@v4
76+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)