Skip to content

Commit df821d6

Browse files
committed
ci: use actions/checkout@v4
1 parent decf32a commit df821d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storybook-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Install and Build 🔧
1717
run: |
1818
yarn
1919
yarn run storybook:build
2020
2121
- name: Deploy 🚀
22-
uses: JamesIves/github-pages-deploy-action@v4.2.5
22+
uses: JamesIves/github-pages-deploy-action@v4
2323
with:
2424
branch: gh-pages
2525
folder: storybook-static

0 commit comments

Comments
 (0)