Skip to content

Commit da26da0

Browse files
chore(deps): update actions/cache action to v3 (#72)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8c49753 commit da26da0

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@master
2828

2929
- name: cache node_modules
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
with:
3232
path: node_modules
3333
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}

0 commit comments

Comments
 (0)