From 6be6f3fe0a2228d02feb109930f219430fd9d12b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:30:16 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07b29552..1460889d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: java-version: ${{ matrix.java }} - name: "Cache Local Maven Repository" - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -62,7 +62,7 @@ jobs: - name: "Cache SonarCloud" if: matrix.os == 'ubuntu-latest' && matrix.java == 17 && github.repository == 'castor-software/depclean' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -96,7 +96,7 @@ jobs: distribution: 'adopt-hotspot' - name: Cache Gradle packages - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.1.2 with: path: | ~/.gradle/caches