From 05eeda5d9c2acdd1e24702180a58ca2d5e1e49d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:46:14 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-pages action to v5 --- .github/workflows/frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index dc35fe37..e396c167 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Deploy - Github Pages if: github.event_name == 'push' - uses: crazy-max/ghaction-github-pages@v2.7.0 + uses: crazy-max/ghaction-github-pages@v5.0.0 with: target_branch: gh-pages build_dir: frontend/build