Skip to content

Commit e50cf1e

Browse files
Merge pull request #39 from webtorrent/renovate_actions-cache-4.x [skip ci]
chore(deps): update actions/cache action to v4
2 parents 411b9e5 + 7960114 commit e50cf1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)