diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 672bb662f..0044b89c2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 50 - name: Setup local maven cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 with: path: ~/.m2/repository key: maven-cache-${{ hashFiles('**/pom.xml') }}