From 991ec86959c5b0eea5b7762ef6d1ffd02371a2a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:44:32 +0000 Subject: [PATCH] Update crazy-max/ghaction-github-pages action to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d7cee1..13effb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,7 +179,7 @@ jobs: echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects; echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects; - - uses: crazy-max/ghaction-github-pages@v3 + - uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: public