From c6737ce4e5e4035722a3b494d1e4cd6bb4fc14b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:53:36 +0000 Subject: [PATCH] chore(deps): pin bitovi/github-actions-storybook-to-github-pages action to b75ece8 --- .github/workflows/deploy-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 4e7e5a0..768b613 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -27,7 +27,7 @@ jobs: with: node-version: '22' #👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow - - uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3 + - uses: bitovi/github-actions-storybook-to-github-pages@b75ece8f984a32b2adb322065d7a8a2cc8db2d52 # v1.0.3 with: install_command: npm ci # default: npm ci build_command: npm run storybook:build # default: npm run build-storybook