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 300cd7c commit f6f4bfdCopy full SHA for f6f4bfd
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
id: yarn-cache-dir-path
29
run: echo "::set-output name=dir::$(yarn cache dir)"
30
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
32
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
33
with:
34
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments