Skip to content

Commit 0d83303

Browse files
authored
Merge branch 'main' into dev
2 parents 6d0be42 + 9f2d880 commit 0d83303

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy-storybook.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4.3.1
13-
12+
uses: actions/checkout@v4.3.2
1413
- name: Build
1514
run: npm ci
1615

@@ -23,8 +22,7 @@ jobs:
2322

2423
steps:
2524
- name: Checkout
26-
uses: actions/checkout@v4.3.1
27-
25+
uses: actions/checkout@v4.3.2
2826
- name: Deploy Storybook to GitHub Pages
2927
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
3028
with:

0 commit comments

Comments
 (0)