Merge pull request #347 from synclounge/dependabot/github_actions/actions/cache-v2.1.3

This commit is contained in:
dependabot[bot] 2020-11-09 07:52:23 +00:00 committed by GitHub
commit 72c2da7875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -20,7 +20,7 @@ jobs:
- name: Cache Node.js modules
id: cache
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
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@v2.1.2
uses: actions/cache@v2.1.3
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@v2.1.2
uses: actions/cache@v2.1.3
id: cache
with:
path: /tmp/.buildx-cache

View File

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