From 365f524ea21cdaff251de6dd7a0156612b42c93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:20:17 +0000 Subject: [PATCH] Update to gradle-build-action 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/40b6781dcdec2762ad36556682ac74e31030cfe2...bd5760595778326ba7f1441bcf7e88b49de61a25) See gh-36303 --- .github/workflows/build-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 4306231a70..ae507b9da4 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -23,7 +23,7 @@ jobs: uses: gradle/wrapper-validation-action@v1 - name: Set up Gradle - uses: gradle/gradle-build-action@40b6781dcdec2762ad36556682ac74e31030cfe2 + uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 - name: Build env: