Bump google-github-actions/auth from 0.8.0 to 0.8.1

Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](ceee102ec2...dac4e13deb)

---
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] 2022-09-01 02:52:08 +00:00 committed by Carter Jernigan
parent d1cc938556
commit 73c86ef249
2 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ jobs:
uses: ./.github/actions/setup
- name: Authenticate to Google Cloud for Google Play
id: auth_google_play
uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712
with:
create_credentials_file: true
project_id: ${{ secrets.GOOGLE_PLAY_CLOUD_PROJECT }}

View File

@ -236,7 +236,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@ceee102ec2387dd9e844e01b530ccd4ec87ce955
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}
@ -339,7 +339,7 @@ jobs:
./gradlew :app:assembleDebug
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}
@ -420,7 +420,7 @@ jobs:
uses: ./.github/actions/setup
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}