diff --git a/action.yml b/action.yml index a02f85c..1a1a2ef 100644 --- a/action.yml +++ b/action.yml @@ -112,5 +112,5 @@ runs: - id: deployment name: Deploy to GitHub Pages - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 if: ${{ inputs.publish == 'true' }}