Skip to content

Commit 8bc73f2

Browse files
chore(deps): update actions/cache action to v3 (#20)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 1fdd604 commit 8bc73f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626

2727
- name: Cache node_modules
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: '**/node_modules'
3131
key: ${{ runner.os }}-${{ matrix.node-version }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)