Skip to content

Commit c9606fe

Browse files
committed
⬆️ Use actions/deploy-pages@v4 in deploy.yml
1 parent 30ed2fe commit c9606fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
45+
uses: actions/deploy-pages@v4 # or the latest "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)