Skip to content

Commit c6737ce

Browse files
chore(deps): pin bitovi/github-actions-storybook-to-github-pages action to b75ece8
1 parent f97b4bb commit c6737ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: '22'
2929
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
30-
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
30+
- uses: bitovi/github-actions-storybook-to-github-pages@b75ece8f984a32b2adb322065d7a8a2cc8db2d52 # v1.0.3
3131
with:
3232
install_command: npm ci # default: npm ci
3333
build_command: npm run storybook:build # default: npm run build-storybook

0 commit comments

Comments
 (0)