From f535fd1394f828db60fbeb2ca8238501fd332b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 03:06:13 +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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bb7da9..31887b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run: chmod +x gradlew - name: Setup gradle cache - uses: burrunan/gradle-cache-action@v1 + uses: burrunan/gradle-cache-action@v2 with: save-generated-gradle-jars: false save-local-build-cache: false