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.
2 parents 3921466 + 3e4fcc7 commit 6a5995cCopy full SHA for 6a5995c
.github/setup/action.yml
@@ -11,7 +11,7 @@ runs:
11
id: yarn-cache-dir-path
12
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
13
- name: Restore yarn cache
14
- uses: actions/cache@v3
+ uses: actions/cache@v4
15
id: cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
16
with:
17
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments