From 1a13cafc762dc71d66a7d3fd1f43fc2ef0d898ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:03:49 +0000 Subject: [PATCH] Bump gradle/gradle-build-action Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 7af89832c5d7f9b5f82862d863b01c749be83331 to 932abbbe1322c8a76c4fb3b7d277bf831e757a40. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/7af89832c5d7f9b5f82862d863b01c749be83331...932abbbe1322c8a76c4fb3b7d277bf831e757a40) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production ... 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 12300776..ba07b7c6 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,6 +29,6 @@ jobs: java-version: '17' distribution: 'temurin' - name: Build with Gradle - uses: gradle/gradle-build-action@7af89832c5d7f9b5f82862d863b01c749be83331 + uses: gradle/gradle-build-action@932abbbe1322c8a76c4fb3b7d277bf831e757a40 with: arguments: clean build