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

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

---
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-10-13 01:30:24 +00:00 committed by Carter Jernigan
parent a6c4e3a107
commit 4beac3ae0a
1 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ jobs:
./gradlew assembleDebug assembleAndroidTest
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712
uses: google-github-actions/auth@2671692c371cbef34ed8ded9f197670c88c9d343
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}
@ -374,7 +374,7 @@ jobs:
uses: ./.github/actions/setup
- name: Authenticate to Google Cloud for Firebase Test Lab
id: auth_test_lab
uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712
uses: google-github-actions/auth@2671692c371cbef34ed8ded9f197670c88c9d343
with:
create_credentials_file: true
project_id: ${{ secrets.FIREBASE_TEST_LAB_PROJECT }}