Skip to content

Commit

Permalink
Bump actions/cache from v2.1.1 to v2.1.2 (#59)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.1...d1255ad)

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 Nov 3, 2020
1 parent 40d04e8 commit 977f16c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Use Maven dependency cache
- name: Cache Maven Dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: ajts-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Cache Maven Dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: ajts-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -47,7 +47,7 @@ jobs:
with:
java-version: 14
- name: Cache Maven Dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: ajts-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -69,7 +69,7 @@ jobs:
with:
java-version: 11
- name: Cache Maven Dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: ~/.m2/repository
key: ajts-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 977f16c

Please sign in to comment.