diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ced9b6d8..5f9a36b5 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@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 # pin@v2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # pin@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}