We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13925e commit 5b15df6Copy full SHA for 5b15df6
.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
22
distribution: 'temurin'
23
java-version: '17'
24
- name: Cache local Maven repository
25
- uses: actions/cache@v2
+ uses: actions/cache@v4
26
with:
27
path: ~/.m2/repository
28
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -34,4 +34,4 @@ jobs:
34
uses: mikepenz/action-junit-report@v2
35
if: always() # always run even if the previous step fails
36
37
- report_paths: '**/surefire-reports/TEST-*.xml'
+ report_paths: '**/surefire-reports/TEST-*.xml'
0 commit comments