Skip to content

Commit ed51e66

Browse files
authored
Merge pull request #184 from kit-data-manager/dev
Dev
2 parents bf1c3c2 + a1cf9b3 commit ed51e66

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy-storybook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].2
1313

1414
- name: Build
1515
run: npm ci
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/[email protected].1
26+
uses: actions/[email protected].2
2727

2828
- name: Deploy Storybook to GitHub Pages
29-
uses: bitovi/[email protected].2
29+
uses: bitovi/[email protected].3
3030
with:
3131
path: storybook-static
3232
build_command: |

.github/workflows/github-npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/[email protected].1
14+
- uses: actions/[email protected].2
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 16
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
packages: write
2626
steps:
27-
- uses: actions/[email protected].1
27+
- uses: actions/[email protected].2
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: 16

.github/workflows/real-npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].1
11+
- uses: actions/[email protected].2
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 19

0 commit comments

Comments
 (0)