From 6479e7ed06f47c2bbe725f8c5b75bc52d40a5a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:55:24 -0700 Subject: [PATCH] Bump gradle/gradle-build-action in /.github/actions/run-gradle (#1227) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/b5126f31dbc19dd434c3269bf8c28c315e121da2...842c587ad8aa4c68eeba24c396e15af4c2e9f30a) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/run-gradle/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-gradle/action.yml b/.github/actions/run-gradle/action.yml index b290e69e3d..869f0ac4e7 100644 --- a/.github/actions/run-gradle/action.yml +++ b/.github/actions/run-gradle/action.yml @@ -66,7 +66,7 @@ runs: distribution: temurin - name: Setup Gradle id: setup-gradle - uses: gradle/gradle-build-action@b5126f31dbc19dd434c3269bf8c28c315e121da2 # v2.8.1 + uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0 continue-on-error: true env: JAVA_HOME: ${{ steps.setup-gradle-jdk.outputs.path }}