From e701e2c30b96a9b3aa8e9e136b6a252160d618ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 07:10:10 +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/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 55733ebb8..2243dae6c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -56,7 +56,7 @@ jobs: console.log('The following command might help reproducing CI results, use Java ${{ matrix.java_version }}') console.log('TZ="${{ matrix.tz }}" _JAVA_OPTIONS="${{ matrix.testExtraJvmArgs }}" ./gradlew check ${{ matrix.extraGradleArgs }}') - - uses: burrunan/gradle-cache-action@v1 + - uses: burrunan/gradle-cache-action@v2 # See https://github.com/burrunan/gradle-cache-action name: Build and Test env: