Skip to content

Commit d3891e7

Browse files
committed
chore(deps): update actions/cache action to v2.1.6
1 parent c585f56 commit d3891e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Cache Optimization
3333

34-
- uses: actions/cache@v2.1.4
34+
- uses: actions/cache@v2.1.6
3535
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3636
with:
3737
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)