From 239fe38dc851f8e3045c322ef8ca86bf4baf6579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:27:15 +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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05d6abb..f62d8a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: distribution: zulu - name: Status git before run: git status - - uses: burrunan/gradle-cache-action@v1 + - uses: burrunan/gradle-cache-action@v2 with: gradle-version: wrapper # Until https://github.com/burrunan/gradle-cache-action/issues/42 is addressed, gradle should be run as a separate step