We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc715b1 commit d8bc342Copy full SHA for d8bc342
.github/workflows/storybook.yml
@@ -15,7 +15,7 @@ jobs:
15
id: yarn-cache-dir-path
16
run: echo "::set-output name=dir::$(yarn cache dir)"
17
- name: Restore cache
18
- uses: actions/cache@v3
+ uses: actions/cache@v4
19
with:
20
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
21
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
0 commit comments