From f2c290b12131d2546fad8e5af9f0b262322c278a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 08:42:34 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.5.1 to 2.7.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.5.1 to 2.7.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.5.1...v2.7.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 6d936a3..2364c29 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.5.1 + uses: gradle/gradle-build-action@v2.7.0 - run: "./gradlew build" \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52a9901..752bedf 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.5.1 + uses: gradle/gradle-build-action@v2.7.0 - run: "./gradlew :publishPlugin --no-configuration-cache" env: SIGNING_KEY: ${{ secrets.SIGNING_KEY }}