Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 5876882

Browse files
committed
update github action deps
1 parent c5ff826 commit 5876882

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ssh-private-key: ${{ secrets.GH_PAGES_PRIVATE_KEY }}
2424

2525
- name: Setup Node
26-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v3
2727
with:
2828
node-version: 'lts/*'
2929
cache: 'npm'
@@ -61,7 +61,7 @@ jobs:
6161
token: ${{ github.token }}
6262

6363
- name: Setup Node
64-
uses: actions/setup-node@v2
64+
uses: actions/setup-node@v3
6565
with:
6666
node-version: 'lts/*'
6767
cache: 'npm'
@@ -73,7 +73,7 @@ jobs:
7373
run: npm run build-storybook
7474

7575
- name: Publish to Github Pages
76-
uses: JamesIves/github-pages-deploy-action@v4.2.2
76+
uses: JamesIves/github-pages-deploy-action@v4
7777
with:
7878
branch: gh-pages
7979
folder: storybook-static

0 commit comments

Comments
 (0)