From e8bb5623d457108635108d0a28a73358d2865553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 22:30:11 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.4.2 to 2.7.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 2.7.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.4.2...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 363fc6a..2446f6a 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.4.2 + 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 88d3d82..aacc46d 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.4.2 + uses: gradle/gradle-build-action@v2.7.0 - run: "./gradlew :publishPlugin --no-configuration-cache" env: SIGNING_KEY: ${{ secrets.SIGNING_KEY }}