ci(action): bump actions/cache from 3.0.9 to 3.0.10

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.10)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-03 11:05:25 +00:00 committed by GitHub
parent dd64b7a9d2
commit 0e6d742c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@ jobs:
run: echo ${{ steps.platforms.outputs.result }}
- name: Cache Docker layers
uses: actions/cache@v3.0.9
uses: actions/cache@v3.0.10
id: cache
with:
path: /tmp/.buildx-cache

View File

@ -20,7 +20,7 @@ jobs:
- name: Cache Node.js modules
id: cache
uses: actions/cache@v3.0.9
uses: actions/cache@v3.0.10
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@ -65,7 +65,7 @@ jobs:
- name: Cache Node.js modules
id: cache
uses: actions/cache@v3.0.9
uses: actions/cache@v3.0.10
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@ -168,7 +168,7 @@ jobs:
run: echo ${{ steps.platforms.outputs.result }}
- name: Cache Docker layers
uses: actions/cache@v3.0.9
uses: actions/cache@v3.0.10
id: cache
with:
path: /tmp/.buildx-cache

View File

@ -23,7 +23,7 @@ jobs:
- name: Cache Node.js modules
id: cache
uses: actions/cache@v3.0.9
uses: actions/cache@v3.0.10
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}