From bb36eb990082311c5743ad4dfef4f326ab261ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 23:28:23 +0000 Subject: [PATCH] Bump gradle/gradle-build-action Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 0706ab3a3c20483a3f37c3d9de1b0d95297e3743 to fe59895742b4f984530980e4f693943577526b61. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/0706ab3a3c20483a3f37c3d9de1b0d95297e3743...fe59895742b4f984530980e4f693943577526b61) --- 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 669779d4..6089e2c2 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@0706ab3a3c20483a3f37c3d9de1b0d95297e3743 + uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61 with: arguments: clean build