Merge pull request #972 from synclounge/dependabot/github_actions/actions/cache-3.0.2

ci(action): bump actions/cache from 2.1.7 to 3.0.2
This commit is contained in:
Travis Shivers 2022-05-23 22:56:59 -05:00 committed by GitHub
commit c65f6e3328
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 }} run: echo ${{ steps.platforms.outputs.result }}
- name: Cache Docker layers - name: Cache Docker layers
uses: actions/cache@v2.1.7 uses: actions/cache@v3.0.2
id: cache id: cache
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache

View File

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

View File

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