From e5bff2a4df2bb298c6142788bf60d170576c4737 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 12:29:15 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-pages action to v4 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2c20cbdb..c1eff92b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: - run: npm ci - run: npm run build # deploy - - uses: crazy-max/ghaction-github-pages@v2 + - uses: crazy-max/ghaction-github-pages@v4 with: target_branch: gh-pages build_dir: dist