From a0ec37c9d04088915032fd1ae142ba8f873b8f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:12:10 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.5.1 to 2.6.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.5.1...v2.6.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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44dbd92fcb..1719306e61 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: distribution: 'zulu' - name: Build with Gradle - uses: gradle/gradle-build-action@v2.5.1 + uses: gradle/gradle-build-action@v2.6.0 with: arguments: build jacocoTestReport testCodeCoverageReport --scan