From 7bf1a108cb5cdb75897c6f9c89c4e4ec2555fcb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:50:25 +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 688325a..1599b60 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -15,7 +15,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -46,7 +46,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -96,7 +96,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle