Skip to content

Commit

Permalink
Bump actions/cache from v2.1.4 to v2.1.5 (#100)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.4...1a9e213)

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 Apr 20, 2021
1 parent 4ea20c0 commit 153d981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Use Maven dependency cache
- name: Cache Maven Dependencies
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Cache Maven Dependencies
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -45,7 +45,7 @@ jobs:
distribution: 'adopt'
java-version: 15
- name: Cache Maven Dependencies
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -68,7 +68,7 @@ jobs:
distribution: 'adopt'
java-version: 14
- name: Cache Maven Dependencies
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -91,7 +91,7 @@ jobs:
distribution: 'adopt'
java-version: 11
- name: Cache Maven Dependencies
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 153d981

Please sign in to comment.