We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90f670 commit 36776f7Copy full SHA for 36776f7
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
id: yarn-cache-dir-path
26
run: echo "::set-output name=dir::$(yarn cache dir)"
27
28
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
29
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
30
with:
31
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments