-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub Actions(deps): Bump actions/cache from 2.1.5 to 2.1.6
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](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
1cf01ee
commit 3e484de
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -39,7 +39,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -59,7 +59,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -84,7 +84,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -104,7 +104,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -39,7 +39,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -62,7 +62,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -87,7 +87,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -109,7 +109,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|
@@ -134,7 +134,7 @@ jobs: | |
distribution: 'adopt' | ||
java-package: jdk | ||
- name: Cache Maven packages | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} | ||
|