Skip to content

Commit d8bc342

Browse files
chore(deps): update actions/cache action to v4
1 parent dc715b1 commit d8bc342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id: yarn-cache-dir-path
1616
run: echo "::set-output name=dir::$(yarn cache dir)"
1717
- name: Restore cache
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
2121
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)