From ed4991b1aea85b11da3225435db5425f6acadbae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:45:08 +0000 Subject: [PATCH] Update actions/cache action to v4.0.2 --- .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 43a5b2b..1ac29aa 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -22,7 +22,7 @@ jobs: java-version: '17' distribution: 'temurin' - name: Cache Gradle - uses: actions/cache@v4.0.1 + uses: actions/cache@v4.0.2 with: path: ~/.gradle/caches key: >-