From 3f1d06ece1e460bdca389dc0ba79ab485664932a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:46:37 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to a2ed59d --- .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 b9259ea5..91272671 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@704facf57e6136b1bc63b828d79edcd491f0ee84 # pin@v2 + uses: actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613 # pin@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}