Skip to content

Commit 5b055a2

Browse files
chore(github-actions): bump google-github-actions/auth from 2 to 3
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [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@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8a50de commit 5b055a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/terraform-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
terraform_version: "~1.5"
2727

2828
- name: Authenticate to GCP
29-
uses: google-github-actions/auth@v2
29+
uses: google-github-actions/auth@v3
3030
with:
3131
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
3232
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
terraform_version: "~1.5"
3434

3535
- name: Authenticate to GCP
36-
uses: google-github-actions/auth@v2
36+
uses: google-github-actions/auth@v3
3737
with:
3838
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
3939
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)