From 497f29d19a29fe2f6055381cf543ac9b65dc3721 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:42:01 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 2cdf405 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2641f139..c6150b41 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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # pin@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}