From a1a19355caa975c5a7eec1334bbdb8cc1d9cf970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:49:49 +0000 Subject: [PATCH] Bump gradle/gradle-build-action in /.github/workflows Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.1.3 to 2.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.1.3...v2.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77a7d46..616f5b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: uses: gradle/wrapper-validation-action@v1.0.4 - name: Gradle Build Action - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.4.2 with: arguments: | test diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 174b341..ceb499b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: uses: gradle/wrapper-validation-action@v1.0.4 - name: Gradle Build Action - uses: gradle/gradle-build-action@v2.1.3 + uses: gradle/gradle-build-action@v2.4.2 with: arguments: | publish