From f1c7760f846929c9a330dff8bc01fd0c88f78363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 09:30:10 -0800 Subject: [PATCH] Bump gradle/gradle-build-action in /.github/actions/run-gradle (#1406) Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/8cbcb9948b5892387aed077daf6f90e1f0ba5b27...982da8e78c05368c70dac0351bb82647a9e9a5d2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 c09bb0f6f4..9bb2b64273 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@8cbcb9948b5892387aed077daf6f90e1f0ba5b27 # v2.11.0 + uses: gradle/gradle-build-action@982da8e78c05368c70dac0351bb82647a9e9a5d2 # v2.11.1 continue-on-error: true env: JAVA_HOME: ${{ steps.setup-gradle-jdk.outputs.path }}