From 190772d3768756271406cfae0c59f1129416fb6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:24:18 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.1 (#432) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/storybook-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index d45d3c7..6baee20 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -25,6 +25,6 @@ jobs: run: pnpm run build-storybook - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9 + uses: JamesIves/github-pages-deploy-action@dc18a3c6b46d56484cb63f291becd7ed4f0269b9 # v4.7.1 with: folder: storybook-static