From be6768d044a90ca25b16828253d1a121440a75c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:04:54 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.10.0 to 2.11.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.10.0...v2.11.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/android-cts-build.yml | 2 +- .github/workflows/android-cts-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-cts-build.yml b/.github/workflows/android-cts-build.yml index ec922b37..2e20a427 100644 --- a/.github/workflows/android-cts-build.yml +++ b/.github/workflows/android-cts-build.yml @@ -33,7 +33,7 @@ jobs: distribution: "temurin" cache: gradle - - uses: gradle/gradle-build-action@v2.10.0 + - uses: gradle/gradle-build-action@v2.11.0 with: arguments: ${{ inputs.gradleTask }} build-root-directory: src/conformance diff --git a/.github/workflows/android-cts-pr.yml b/.github/workflows/android-cts-pr.yml index f46c32fd..f2e485c6 100644 --- a/.github/workflows/android-cts-pr.yml +++ b/.github/workflows/android-cts-pr.yml @@ -28,7 +28,7 @@ jobs: distribution: "temurin" cache: gradle - - uses: gradle/gradle-build-action@v2.10.0 + - uses: gradle/gradle-build-action@v2.11.0 with: arguments: assembleDebug build-root-directory: src/conformance