From e7215a652f7e5370dabd25b5da69d198e5a27e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:05:34 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 3.4.1 to 3.4.2 in the all group Bumps the all group with 1 update: [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `gradle/gradle-build-action` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/04b20c065cf1ab708c96e64a8811018d0a1fbc88...66535aaf56f831b35e3a8481c9c99b665b84dd45) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... 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 ec129898..b998dcf8 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,6 +29,6 @@ jobs: java-version: '21' distribution: 'temurin' - name: Build with Gradle - uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 + uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 with: arguments: assemble