From bd1e66ac34dab26bbb52dc02aebecfd2da7b113e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 03:45:10 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-pages action to v3 --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 6a3d9e5a..75fb316e 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -20,7 +20,7 @@ jobs: run: npm run build - name: Deploy to GitHub Pages if: success() - uses: crazy-max/ghaction-github-pages@v1 + uses: crazy-max/ghaction-github-pages@v3 with: target_branch: master build_dir: public