From b3720e98df59b16033d8fe3078b0a12b8bb33e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:14:03 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2.9.0 to 2.10.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2.9.0...v2.10.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 e885c44c..ec922b37 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.9.0 + - uses: gradle/gradle-build-action@v2.10.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 0e5b1c51..f46c32fd 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.9.0 + - uses: gradle/gradle-build-action@v2.10.0 with: arguments: assembleDebug build-root-directory: src/conformance