diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6eb1237..eedc7ca 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,7 +38,7 @@ jobs: java-version: 11 distribution: temurin - name: Cache local Maven repository - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml') }}