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 a901542 + deb81af commit f9302a0Copy full SHA for f9302a0
.github/workflows/node.js.yml
@@ -35,7 +35,7 @@ jobs:
35
id: yarn-cache-dir-path
36
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
37
38
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
39
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
40
with:
41
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments