From 8ee5dbf9e564c8a0979dade0e3b23b1afe7175fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:46:10 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 36f1e14 --- .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 5f9a36b5..b0def95f 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # pin@v2 + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 # pin@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}