From aeb15115cf876500ed3ab96014ba5c7a90c3224f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:16:52 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 2 to 3 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/react-cloudflare-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react-cloudflare-pages.yml b/.github/workflows/react-cloudflare-pages.yml index 4c0c7c218b3436..0b378626123546 100644 --- a/.github/workflows/react-cloudflare-pages.yml +++ b/.github/workflows/react-cloudflare-pages.yml @@ -45,7 +45,7 @@ jobs: with: distribution: "zulu" java-version: 17 - - uses: gradle/gradle-build-action@v2 + - uses: gradle/gradle-build-action@v3 - name: Gradle build for frontend if: ${{ needs.setup.outputs.frontend_change == 'true' }} run: |