From a8398b98413c34bb59bd9927a625e118eeb0f817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:42:54 +0000 Subject: [PATCH] Bump burrunan/gradle-cache-action from 1 to 2 Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 1 to 2. - [Release notes](https://github.com/burrunan/gradle-cache-action/releases) - [Changelog](https://github.com/burrunan/gradle-cache-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/burrunan/gradle-cache-action/compare/v1...v2) --- updated-dependencies: - dependency-name: burrunan/gradle-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d8346fd79d..4ee4513103 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -173,7 +173,7 @@ jobs: echo "$SIGNINGKEY" | base64 --decode > ./keystore.p12 - name: Cache .gradle - uses: burrunan/gradle-cache-action@v1 + uses: burrunan/gradle-cache-action@v2 - name: Package env: