Bump actions/cache from 2.1.5 to 2.1.6 (#9614)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-10 11:10:15 +08:00 committed by GitHub
parent 46bf3e8e46
commit 99994945c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

View File

@ -29,14 +29,14 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- uses: actions/cache@v2.1.5
- uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml', 'modules/**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- uses: actions/cache@v2.1.5
- uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches

View File

@ -21,7 +21,7 @@ jobs:
with:
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:
@ -56,7 +56,7 @@ jobs:
with:
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:
@ -162,7 +162,7 @@ jobs:
with:
java-version: 11
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:
@ -194,7 +194,7 @@ jobs:
with:
java-version: 11
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: cache-maven-repository
with:

View File

@ -23,7 +23,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: maven-repository
with:
@ -32,7 +32,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
- name: Cache test dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: pub-cache
with:
@ -56,7 +56,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: maven-repository
with:
@ -65,7 +65,7 @@ jobs:
~/.gradle
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
- name: Cache test dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: pub-cache
with:

View File

@ -48,7 +48,7 @@ jobs:
distribution: 'adopt'
java-version: 8
- name: Cache maven dependencies
uses: actions/cache@v2
uses: actions/cache@v2.1.6
env:
cache-name: maven-repository
with: