From eeb142570408644da25bc74ba9ec9e822b759789 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:00:15 +0000 Subject: [PATCH] [Renovate] Update actions/cache action to v4.2.0 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 236f1c9..6c8047f 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -23,7 +23,7 @@ jobs: distribution: adopt java-version: '${{ matrix.java }}' - name: Cache Gradle - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: ~/.gradle/caches key: >-