From 685e00a33ed050e88443aa89d079c5e379d7b2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:17:09 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.12.0 to 3.0.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.12.0 to 3.0.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.12.0...v3) --- 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/basicCI.yml | 2 +- .github/workflows/gradle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basicCI.yml b/.github/workflows/basicCI.yml index 2897fbc..84a7b97 100644 --- a/.github/workflows/basicCI.yml +++ b/.github/workflows/basicCI.yml @@ -15,7 +15,7 @@ jobs: with: distribution: temurin java-version: 11 - - uses: gradle/gradle-build-action@v3 + - uses: gradle/gradle-build-action@v3.0.0 with: gradle-version: 6.5 - run: gradle clean build diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c90b317..a2e041d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,7 +19,7 @@ jobs: - name: Validate Gradle wrapper uses: gradle/wrapper-validation-action@1ff5a18cc396177ebd27c4250f7132e72af93462 - name: Publish package - uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa + uses: gradle/gradle-build-action@0706ab3a3c20483a3f37c3d9de1b0d95297e3743 with: arguments: publish env: