Skip to content

Commit 902441d

Browse files
chore(deps): update actions/cache action to v3 (#500)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 29146f0 commit 902441d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)