Skip to content

Commit deb81af

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent d6ad8d4 commit deb81af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: yarn-cache-dir-path
3636
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
3737

38-
- uses: actions/cache@v2
38+
- uses: actions/cache@v3
3939
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4040
with:
4141
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)