Skip to content

Commit 73f0c0e

Browse files
chore(deps): update actions/cache action to v3 (#1703)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e616287 commit 73f0c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

39-
- uses: actions/cache@v2
39+
- uses: actions/cache@v3
4040
id: yarn-cache
4141
with:
4242
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)