diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2641f139..6b728432 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: java-version: 17 distribution: temurin - name: Cache - uses: actions/cache@81382a721fc89d96eca335d0c3ba33144b2baa9d # pin@v2 + uses: actions/cache@f8a7ab490b91e20065f92e4ff28bc4b9474b83ca # pin@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}