From 39a0240e5063da0f3a827bd23835c223b25542b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:20:01 +0000 Subject: [PATCH] chore(deps): bump burrunan/gradle-cache-action from 2 to 3 Bumps [burrunan/gradle-cache-action](https://github.com/burrunan/gradle-cache-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: burrunan/gradle-cache-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 536b661..74ba036 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -23,7 +23,7 @@ jobs: java-version: "17" - name: Cache Gradle - uses: burrunan/gradle-cache-action@v2 + uses: burrunan/gradle-cache-action@v3 - name: Build env: