Skip to content

Commit

Permalink
Update cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjbaxter authored Dec 12, 2024
1 parent b13925e commit 5b15df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -34,4 +34,4 @@ jobs:
uses: mikepenz/action-junit-report@v2
if: always() # always run even if the previous step fails
with:
report_paths: '**/surefire-reports/TEST-*.xml'
report_paths: '**/surefire-reports/TEST-*.xml'

0 comments on commit 5b15df6

Please sign in to comment.