1
0
mirror of https://github.com/webtorrent/bittorrent-tracker synced 2025-10-06 00:02:49 +02:00

chore(deps): update actions/cache action to v4 (#543)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-28 12:45:50 +00:00
committed by GitHub
parent e45516d73a
commit 7c963a6f5e

View File

@@ -19,7 +19,7 @@ jobs:
with:
node-version: 18
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}