Skip to content

Commit e4ceb36

Browse files
chore(deps): update actions/cache action to v3 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7af1416 commit e4ceb36

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

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

0 commit comments

Comments
 (0)