Skip to content

Commit 5b15df6

Browse files
authored
Update cache version
1 parent b13925e commit 5b15df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'temurin'
2323
java-version: '17'
2424
- name: Cache local Maven repository
25-
uses: actions/cache@v2
25+
uses: actions/cache@v4
2626
with:
2727
path: ~/.m2/repository
2828
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -34,4 +34,4 @@ jobs:
3434
uses: mikepenz/action-junit-report@v2
3535
if: always() # always run even if the previous step fails
3636
with:
37-
report_paths: '**/surefire-reports/TEST-*.xml'
37+
report_paths: '**/surefire-reports/TEST-*.xml'

0 commit comments

Comments
 (0)