Skip to content

Commit 0753ae5

Browse files
Merge pull request #34 from webtorrent/renovate_actions-cache-3.x
2 parents 3cc5841 + 76e126b commit 0753ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 14
2121
- name: Cache
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)