From 494e055d7068aefbc5ef8c2a7a8812b55e7020d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:57:57 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to e5dc90d --- .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 ced9b6d8..bdc623e7 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@e5dc90df9263c46b5d2bae43c6ceeae80bce2616 # pin@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}