Skip to content

Commit 4eabd2e

Browse files
chore(deps): update actions/cache action to v3 (#396)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 074f167 commit 4eabd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Get yarn cache directory path
2828
id: yarn-cache-dir-path
2929
run: echo "::set-output name=dir::$(yarn cache dir)"
30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v3
3131
with:
3232
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3333
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}

0 commit comments

Comments
 (0)