Merge pull request #13691 from prometheus/dependabot/github_actions/actions/cache-4.0.1

build(deps): bump actions/cache from 3.3.1 to 4.0.1
pull/13654/head
Ben Kochie 9 months ago committed by GitHub
commit 6edb8b891b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -202,7 +202,7 @@ jobs:
with:
node-version-file: "web/ui/.nvmrc"
registry-url: "https://registry.npmjs.org"
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

Loading…
Cancel
Save