From f1b60ba13291fb69486f19c3caf951b68e94ff29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:56:20 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.8.0 to 2.9.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 29514605..0dbcb7a4 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -12,5 +12,5 @@ jobs: distribution: temurin java-version: 11 - name: Set up Gradle - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.9.0 - run: "./gradlew build" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bf9bed4..aead54df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: distribution: temurin java-version: 11 - name: Set up Gradle - uses: gradle/gradle-build-action@v2.8.0 + uses: gradle/gradle-build-action@v2.9.0 - run: "./gradlew :publishPlugin --no-configuration-cache" env: SIGNING_KEY: ${{ secrets.SIGNING_KEY }}