From c7dcef7c85f4b71656cc53fc9f8eb8834a1cf60b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:56:03 +0000 Subject: [PATCH] Update actions/cache digest to 8469c94 --- .github/workflows/dev-build.yml | 4 ++-- .github/workflows/main-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 3a2a239fd6..71636a97cf 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -32,14 +32,14 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 10c57f0035..acb75b3838 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -34,14 +34,14 @@ jobs: distribution: 'temurin' - name: Cache Maven packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 + uses: actions/cache@8469c94c6a180dfb41a1bd7e1b46ac557ea124f1 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar