From 471f7de8dad931abdee1178a7b66a16c2b11032a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:45:17 +0000 Subject: [PATCH] Bump gradle/gradle-build-action from 2 to 3 (#4169) * Bump gradle/gradle-build-action from 2 to 3 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v2...v3) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Migrate per release notes. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin Bassett --- .github/workflows/onPush.yml | 4 ++-- .github/workflows/pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/onPush.yml b/.github/workflows/onPush.yml index db7092728bc..1d182c9a9ae 100644 --- a/.github/workflows/onPush.yml +++ b/.github/workflows/onPush.yml @@ -37,7 +37,7 @@ jobs: bundler-cache: true - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/actions/setup-gradle@v3 - uses: ./.github/actions/create-release-number name: Create Release Number @@ -146,7 +146,7 @@ jobs: bundler-cache: true - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/actions/setup-gradle@v3 - uses: ./.github/actions/create-release-number name: Create Release Number diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dd8e944d524..fec52c281f3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -92,7 +92,7 @@ jobs: java-version: '17' - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/actions/setup-gradle@v3 - name: Mock google-services.json run: |