From 595568c2af2332f6dec449679810d25758d592c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:51:53 +0000 Subject: [PATCH] Bump gradle/gradle-build-action Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from f95e9c74599bc49122b76ecfe1306f0034f87266 to 5d2dd0dea4f991e50e445c733ea237f7fb58fde1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/f95e9c74599bc49122b76ecfe1306f0034f87266...5d2dd0dea4f991e50e445c733ea237f7fb58fde1) --- 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 3e8d31c0..713eec9c 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@f95e9c74599bc49122b76ecfe1306f0034f87266 + uses: gradle/gradle-build-action@5d2dd0dea4f991e50e445c733ea237f7fb58fde1 with: arguments: clean build