Skip to content

Commit 17b2af4

Browse files
committed
Fix: update actions/checkout to v4
1 parent b6448c6 commit 17b2af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/intro-to-storybook/react/ja/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
# Job steps
9696
steps:
97-
- uses: actions/checkout@v3
97+
- uses: actions/checkout@v4
9898
with:
9999
fetch-depth: 0
100100
- run: yarn

0 commit comments

Comments
 (0)