Skip to content

Commit c2465b8

Browse files
chore(deps): bump google-github-actions/auth from 1 to 2 (#488)
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-version: '2' 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 305e214 commit c2465b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_dev_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dart_frog build
3636

3737
- name: Authenticate to Google Cloud
38-
uses: google-github-actions/auth@v1
38+
uses: google-github-actions/auth@v2
3939
with:
4040
credentials_json: ${{ secrets.CLOUD_RUN_DEV_SA }}
4141

.github/workflows/deploy_prod_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dart_frog build
3030

3131
- name: Authenticate to Google Cloud
32-
uses: google-github-actions/auth@v1
32+
uses: google-github-actions/auth@v2
3333
with:
3434
credentials_json: ${{ secrets.CLOUD_RUN_PROD_SA }}
3535

.github/workflows/deploy_staging_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dart_frog build
3030

3131
- name: Authenticate to Google Cloud
32-
uses: google-github-actions/auth@v1
32+
uses: google-github-actions/auth@v2
3333
with:
3434
credentials_json: ${{ secrets.CLOUD_RUN_DEV_SA }}
3535

0 commit comments

Comments
 (0)