Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 007909a

Browse files
Bump google-github-actions/auth from 1 to 2 (#224)
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 9a4e72e commit 007909a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-cloud-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- id: 'auth'
1818
name: 'Authenticate to Google Cloud'
19-
uses: 'google-github-actions/auth@v1'
19+
uses: 'google-github-actions/auth@v2'
2020
with:
2121
credentials_json: '${{ secrets.GCP_SA_KEY }}'
2222
- name: Set up Cloud SDK

.github/workflows/deploy-dataflow-flex-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- id: 'auth'
2222
name: 'Authenticate to Google Cloud'
23-
uses: 'google-github-actions/auth@v1'
23+
uses: 'google-github-actions/auth@v2'
2424
with:
2525
credentials_json: '${{ secrets.GCP_SA_KEY }}'
2626
- name: Set up Cloud SDK

0 commit comments

Comments
 (0)