From d59dc1d2949373d02bd92b92321532d337a59462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:56:56 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.4.0 to 2.4.2 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.0 to 2.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.4.0...v2.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4f784ae..d38f7d1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,7 +18,7 @@ jobs: distribution: 'adopt' - name: Set up Gradle - uses: gradle/gradle-build-action@v2.4.0 + uses: gradle/gradle-build-action@v2.4.2 # FIXME: either parse version from properties or implement in action. with: gradle-version: 7.5.1 @@ -47,7 +47,7 @@ jobs: distribution: 'adopt' - name: Set up Gradle - uses: gradle/gradle-build-action@v2.4.0 + uses: gradle/gradle-build-action@v2.4.2 # FIXME: either parse version from properties or implement in action. with: gradle-version: 7.5.1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c793b11..1b612c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,7 +18,7 @@ jobs: distribution: 'adopt' - name: Set up Gradle - uses: gradle/gradle-build-action@v2.4.0 + uses: gradle/gradle-build-action@v2.4.2 # FIXME: either parse version from properties or implement in action. with: gradle-version: 7.5.1