Bump google-github-actions/auth from 1.1.0 to 1.1.1

Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](e8df18b60c...35b0e87d16)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-09 03:00:13 +00:00 committed by Carter Jernigan
parent 29324746ac
commit a8456a6c1c
2 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ jobs:
echo ${FIREBASE_RELEASE_JSON_BASE64} | base64 --decode > app/src/release/google-services.json
- name: Authenticate to Google Cloud for Google Play
id: auth_google_play
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033
with:
create_credentials_file: true
project_id: ${{ secrets.GOOGLE_PLAY_CLOUD_PROJECT }}

View File

@ -277,7 +277,7 @@ jobs:
./gradlew assembleDebug assembleAndroidTest assembleZcashmainnetDebug assembleZcashtestnetDebug
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033
with:
create_credentials_file: true
project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }}
@ -451,7 +451,7 @@ jobs:
./gradlew :app:assembleDebug
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033
with:
create_credentials_file: true
project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }}
@ -560,7 +560,7 @@ jobs:
timeout-minutes: 5
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033
with:
create_credentials_file: true
project_id: ${{ vars.FIREBASE_TEST_LAB_PROJECT }}