From fe73f27eeb5d363083e2b72c20790c159007ffa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:23:07 +0000 Subject: [PATCH] Bump gradle/gradle-build-action Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 7af89832c5d7f9b5f82862d863b01c749be83331 to 346645706fb72364c4e2718c7d19e86f8c54f803. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/7af89832c5d7f9b5f82862d863b01c749be83331...346645706fb72364c4e2718c7d19e86f8c54f803) --- 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..13cbf420 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@346645706fb72364c4e2718c7d19e86f8c54f803 with: arguments: clean build