From 5b15df668fdebc0d03957031b7a7545067e4b650 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 12 Dec 2024 14:35:58 -0500 Subject: [PATCH] Update cache version --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 98bf13c3d..059b554e4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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') }} @@ -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' \ No newline at end of file + report_paths: '**/surefire-reports/TEST-*.xml'