Skip to content

Commit

Permalink
Bump actions/cache from 2.1.7 to 3 (#200)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.7...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Femers <[email protected]>
  • Loading branch information
dependabot[bot] and MaisiKoleni authored Mar 24, 2022
1 parent 879cde4 commit 69fd6ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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/cache@v2.1.7
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Cache Maven Dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -48,7 +48,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Cache Maven Dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -74,7 +74,7 @@ jobs:
distribution: 'adopt'
java-version: 15
- name: Cache Maven Dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -97,7 +97,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Cache Maven Dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -120,7 +120,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Cache Maven Dependencies
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ares-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 69fd6ae

Please sign in to comment.