diff --git a/.github/actions/setup-java-build/action.yml b/.github/actions/setup-java-build/action.yml index 31f903e13..fc5fda9e4 100644 --- a/.github/actions/setup-java-build/action.yml +++ b/.github/actions/setup-java-build/action.yml @@ -17,7 +17,7 @@ runs: using: composite steps: - name: "Cache local Maven repository" - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}