ci(action): bump actions/cache from 3.2.1 to 3.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2. - [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.2.1...v3.2.2) --- 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:
parent
c53dabe31d
commit
1cd5e0b444
|
@ -69,7 +69,7 @@ jobs:
|
||||||
run: echo ${{ steps.platforms.outputs.result }}
|
run: echo ${{ steps.platforms.outputs.result }}
|
||||||
|
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v3.2.1
|
uses: actions/cache@v3.2.2
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Node.js modules
|
- name: Cache Node.js modules
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v3.2.1
|
uses: actions/cache@v3.2.2
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Node.js modules
|
- name: Cache Node.js modules
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v3.2.1
|
uses: actions/cache@v3.2.2
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
@ -168,7 +168,7 @@ jobs:
|
||||||
run: echo ${{ steps.platforms.outputs.result }}
|
run: echo ${{ steps.platforms.outputs.result }}
|
||||||
|
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v3.2.1
|
uses: actions/cache@v3.2.2
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: /tmp/.buildx-cache
|
path: /tmp/.buildx-cache
|
||||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Node.js modules
|
- name: Cache Node.js modules
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v3.2.1
|
uses: actions/cache@v3.2.2
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
|
|
Loading…
Reference in New Issue