From cecdb77510c79e7f871e355d31a86d0cdfd54d48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:05:08 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to f8a7ab4 --- .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 2641f13..6b72843 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') }}