From 4eeef090a51a2d4c9949cda307e25e94d18d86e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:43:45 +0000 Subject: [PATCH] Bump gradle/gradle-build-action in /.github/workflows Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 1.5.1 to 2.4.2. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v1.5.1...v2.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/github-actions-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-build.yml b/.github/workflows/github-actions-build.yml index a7c2dde..185783e 100644 --- a/.github/workflows/github-actions-build.yml +++ b/.github/workflows/github-actions-build.yml @@ -32,7 +32,7 @@ jobs: # - name: Build with Gradle # run: ./gradlew build - name: build with gradle - uses: gradle/gradle-build-action@v1.5.1 + uses: gradle/gradle-build-action@v2.4.2 with: arguments: clean build gradle-version: 7.2