Merge pull request #12208 from prometheus/dependabot/github_actions/actions/cache-3.3.1

build(deps): bump actions/cache from 3.2.4 to 3.3.1
This commit is contained in:
Julien Pivotto 2023-04-03 22:11:04 +02:00 committed by GitHub
commit be07be7ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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