Merge pull request #1261 from synclounge/dependabot/github_actions/actions/cache-3.2.0
This commit is contained in:
commit
a56baa3c79
|
@ -69,7 +69,7 @@ jobs:
|
|||
run: echo ${{ steps.platforms.outputs.result }}
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v3.0.11
|
||||
uses: actions/cache@v3.2.0
|
||||
id: cache
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
|
||||
- name: Cache Node.js modules
|
||||
id: cache
|
||||
uses: actions/cache@v3.0.11
|
||||
uses: actions/cache@v3.2.0
|
||||
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.11
|
||||
uses: actions/cache@v3.2.0
|
||||
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.11
|
||||
uses: actions/cache@v3.2.0
|
||||
id: cache
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
- name: Cache Node.js modules
|
||||
id: cache
|
||||
uses: actions/cache@v3.0.11
|
||||
uses: actions/cache@v3.2.0
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
Loading…
Reference in New Issue