Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 75a3da0

Browse files
chore(deps): bump google-github-actions/auth from 1 to 2 (#66)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f798cc commit 75a3da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/firebase-hosting-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci
2828
- name: Authenticate to Google Cloud
2929
id: auth
30-
uses: google-github-actions/auth@v1
30+
uses: google-github-actions/auth@v2
3131
with:
3232
credentials_json: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ANGULAR_MUSIC_7F2BA }}'
3333
- name: Deploy

.github/workflows/firebase-hosting-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: npm ci
3131
- name: Authenticate to Google Cloud
3232
id: auth
33-
uses: google-github-actions/auth@v1
33+
uses: google-github-actions/auth@v2
3434
with:
3535
credentials_json: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ANGULAR_MUSIC_7F2BA }}'
3636
- name: Deploy preview

0 commit comments

Comments
 (0)