Skip to content

Commit fb5eb5e

Browse files
chore(deps): update actions/cache action to v2.1.5 (#824)
1 parent 0ca3d39 commit fb5eb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: yarn-cache
2727
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
2828

29-
- uses: actions/[email protected].4
29+
- uses: actions/[email protected].5
3030
with:
3131
path: ${{ steps.yarn-cache.outputs.dir }}
3232
key: yarn2-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)