From 390e2d05a402240330ea524a9c64684df48973da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 21:54:22 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df8ec7f..252ccf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: yarn install --frozen-lockfile yarn build-storybook - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.