Skip to content

Commit

Permalink
Merge pull request #2179 from karatelabs/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
ptrthomas authored Nov 14, 2022
2 parents 072cb06 + d4fa111 commit c28b593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jdk-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
website: jdk.java.net
release: 18
- name: cache maven packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
distribution: adopt
java-version: 11
- name: cache maven packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit c28b593

Please sign in to comment.