We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d0be42 + 9f2d880 commit 0d83303Copy full SHA for 0d83303
1 file changed
.github/workflows/deploy-storybook.yml
@@ -9,8 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4.3.1
13
-
+ uses: actions/checkout@v4.3.2
14
- name: Build
15
run: npm ci
16
@@ -23,8 +22,7 @@ jobs:
23
22
24
25
26
27
28
- name: Deploy Storybook to GitHub Pages
29
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
30
with:
0 commit comments