From 15bac127897018a78314a8e7c5723dd6acb2882b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:21:32 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to acc9ae5 --- .github/workflows/merge.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index e1de4c453..fa4fdcca4 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -32,7 +32,7 @@ jobs: server-password: ${{ secrets.OSSRH_PASSWORD }} - name: Cache local Maven repository - uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 + uses: actions/cache@acc9ae5c1401b6c072a7c89ff4c48ea7e30f4dbf with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index c69b4a516..e8f491b08 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -25,7 +25,7 @@ jobs: languages: java - name: Cache local Maven repository - uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 + uses: actions/cache@acc9ae5c1401b6c072a7c89ff4c48ea7e30f4dbf with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}