From 5c66066cb718cccb5cb21d5de0cee41a3288b032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:47:03 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 40c3b67 --- .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 f8c6f21a5..547f51d82 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@4a28cbc0544512425977dda4ce81a9b6f0f34ad9 + uses: actions/cache@40c3b67b2955d93d83b27ed164edd0756bc24049 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 68b24f7c2..2a716544f 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@4a28cbc0544512425977dda4ce81a9b6f0f34ad9 + uses: actions/cache@40c3b67b2955d93d83b27ed164edd0756bc24049 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}