From f535bb3439fe018ad0a4ed33056319f2b81a27b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:17:55 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.4.2 to 3.4.1 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 3.4.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.4.2...v3.4.1) --- 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9bf9c28292..53f885c6c39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -661,7 +661,7 @@ jobs: - name: Publish package if: ${{ github.ref == 'refs/heads/master' }} - uses: gradle/gradle-build-action@v2.4.2 + uses: gradle/gradle-build-action@v3.4.1 with: arguments: publish build-root-directory: bindings/java