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 724ab32 commit 097bf52Copy full SHA for 097bf52
1 file changed
.github/workflows/chromatic.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "::set-output name=dir::$(yarn cache dir)"
34
35
- name: Use cached node_modules
36
- uses: actions/cache@v2
+ uses: actions/cache@v4
37
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
38
with:
39
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments