diff --git a/.github/actions/setup-java-build/action.yml b/.github/actions/setup-java-build/action.yml index d4bcd9f9c..c9bf48460 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}