From 124a17183032c80adea7f687880b40be1db5d31e Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Fri, 2 Feb 2024 21:57:06 +0800 Subject: [PATCH] fix: Use actions/deploy-pages@v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}