From ff4d360bffd89afabf9da03ffa39c621098004dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 12:13:46 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 64df29f..8738792 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@v6 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@v6 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -99,7 +99,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v1 + uses: actions/cache@v6 with: path: ~/.gradle key: ${{ runner.os }}-gradle