diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5e73275b6..4f89f842f 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@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.m2/repository key: maven-cache-${{ hashFiles('**/pom.xml') }}