From 700899b14ae6e4aae2c33ee17f2575a3a874e03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:40:40 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.9.0 to 3.1.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.9.0 to 3.1.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/842c587ad8aa4c68eeba24c396e15af4c2e9f30a...29c0906b64b8fc82467890bfb7a0a7ef34bda89e) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ae12f3..b4c69e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,6 @@ jobs: java-version: '17' distribution: 'adopt' - name: Build - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a + uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e with: arguments: clean build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88b7319..3ff9235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: java-version: '17' distribution: 'adopt' - name: Build Backend - uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a + uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e with: arguments: clean build - uses: "marvinpinto/action-automatic-releases@latest"