From 1d41d21fee1a61063d1ac3c9329f390e9e8afee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 05:34:18 +0000 Subject: [PATCH] Update actions/cache digest to 36f1e14 (#2544) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 130a14202c..c175077ea7 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@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 6c4dd4651c..515bb77df2 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@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Cache SonarCloud packages - uses: actions/cache@53aa38c736a561b9c17b62df3fe885a17b78ee6d + uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar