From 38640885e37fbae3e997beea1de44477ce7defce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:11:28 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.5 --- .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 450959b..76e172e 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@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4 + uses: JamesIves/github-pages-deploy-action@4bcb0dacb6b13c279e55b2a8cd3ddd6271611a09 # v4.6.5 with: folder: storybook-static