Skip to content

Commit 9f4f669

Browse files
chore(deps): update actions/cache action to v2.1.6 (#849)
1 parent fdf4750 commit 9f4f669

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].5
29+
- uses: actions/[email protected].6
3030
with:
3131
path: ${{ steps.yarn-cache.outputs.dir }}
3232
key: yarn2-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)