Skip to content

Commit

Permalink
Bump gradle/gradle-build-action from 2 to 3 (#4169)
Browse files Browse the repository at this point in the history
* 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](gradle/gradle-build-action@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] <support@github.com>

* Migrate per release notes.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Justin Bassett <bassett.justint@gmail.com>
  • Loading branch information
dependabot[bot] and JBassett committed Jan 30, 2024
1 parent f3071e7 commit 471f7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/onPush.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 471f7de

Please sign in to comment.