1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00

[deps] DevOps: Update actions/cache action to v4 (#7865)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-02-08 14:42:18 -05:00
committed by GitHub
parent 2ee482d6f9
commit f7f576223f
3 changed files with 21 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Cache npm
id: npm-cache
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: "~/.npm"
key: ${{ runner.os }}-npm-chromatic-${{ hashFiles('**/package-lock.json') }}