diff --git a/.github/workflows/run-with-maven.yml b/.github/workflows/run-with-maven.yml index df8ed57..3b7a934 100644 --- a/.github/workflows/run-with-maven.yml +++ b/.github/workflows/run-with-maven.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}