Skip to content

Commit 124a171

Browse files
committed
fix: Use actions/deploy-pages@v4
1 parent 27f1b67 commit 124a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ runs:
112112

113113
- id: deployment
114114
name: Deploy to GitHub Pages
115-
uses: actions/deploy-pages@v2
115+
uses: actions/deploy-pages@v4
116116
if: ${{ inputs.publish == 'true' }}

0 commit comments

Comments
 (0)