From 3abb385f32a230217ad699f6c6ba6cdbc5edcfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:21:43 +0000 Subject: [PATCH] Bump crazy-max/ghaction-github-pages from 3 to 4 Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](https://github.com/crazy-max/ghaction-github-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-deploy.yml b/.github/workflows/gh-deploy.yml index 5bf7e534..8ef7dcd5 100644 --- a/.github/workflows/gh-deploy.yml +++ b/.github/workflows/gh-deploy.yml @@ -37,7 +37,7 @@ jobs: run: | npm run build - name: deploy frontend to gh pages - uses: crazy-max/ghaction-github-pages@v3 # https://github.com/crazy-max/ghaction-github-pages + uses: crazy-max/ghaction-github-pages@v4 # https://github.com/crazy-max/ghaction-github-pages with: target_branch: gh-pages build_dir: dist