From ea1741df2fd075545ae4d0c92f36157d4f9064f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:49:38 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 3.1.0 to 3.3.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/29c0906b64b8fc82467890bfb7a0a7ef34bda89e...8baac4c8ef753599f92eeb509c246d09d6250fa6) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 3063a99..ee52f2e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -26,6 +26,6 @@ jobs: java-version: '17' distribution: 'adopt' - name: Build with Gradle - uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e + uses: gradle/gradle-build-action@8baac4c8ef753599f92eeb509c246d09d6250fa6 with: arguments: clean build