Merge pull request #11901 from prometheus/dependabot/github_actions/actions/cache-3.2.3

build(deps): bump actions/cache from 3.2.2 to 3.2.3
This commit is contained in:
Kemal Akkoyun 2023-01-26 12:42:04 +01:00 committed by GitHub
commit 0945628a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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