We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c585f56 commit d3891e7Copy full SHA for d3891e7
.github/workflows/nodejs.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Cache Optimization
33
34
- - uses: actions/cache@v2.1.4
+ - uses: actions/cache@v2.1.6
35
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
36
with:
37
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments