From 315bfe479995f3d594e5904bcaec0d3dae86691b Mon Sep 17 00:00:00 2001 From: Guo Yunhe Date: Sun, 19 Apr 2026 15:10:47 +0800 Subject: [PATCH] Update GitHub Pages action to version 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2a1fa7..5b951ca 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@v5 # or specific "vX.X.X" version tag for this action ``` ### Inputs 📥