From ac735747c1fe4c9ecd6ef1d7365a36530019c32f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 05:51:12 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a871dea..ab57c2d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -17,7 +17,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -49,7 +49,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -95,7 +95,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle