Skip to content

Commit

Permalink
GitHub Actions(deps): Bump actions/cache from 2.1.5 to 2.1.6 (#62)
Browse files Browse the repository at this point in the history
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2021
1 parent fbd2e43 commit 89ac9b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand All @@ -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') }}
Expand Down

0 comments on commit 89ac9b9

Please sign in to comment.