From d17a9f6cbe39200b09140c26f5a280fd6f6051c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:53:59 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.4.2 to 2.6.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 2.6.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.4.2...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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a799b7..21c792d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,6 +41,6 @@ jobs: - name: Gradle Build Action # You may pin to the exact commit or the version. # uses: gradle/gradle-build-action@996094e8e808208e5738e8413b3f55d24d1c1eb7 - uses: gradle/gradle-build-action@v2.4.2 + uses: gradle/gradle-build-action@v2.6.0 with: arguments: build