Skip to content

Commit 5e96911

Browse files
authored
Merge pull request #172 from janog-netcon/renovate/google-github-actions-auth-2.x
Update google-github-actions/auth action to v2
2 parents 23b6a59 + 5aeaf4c commit 5e96911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15-
- uses: google-github-actions/auth@v1
15+
- uses: google-github-actions/auth@v2
1616
with:
1717
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
1818
service_account: "[email protected]"
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4
47-
- uses: google-github-actions/auth@v1
47+
- uses: google-github-actions/auth@v2
4848
with:
4949
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
5050
service_account: "[email protected]"
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4
7979
with:
8080
submodules: true
81-
- uses: google-github-actions/auth@v1
81+
- uses: google-github-actions/auth@v2
8282
with:
8383
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
8484
service_account: "[email protected]"

0 commit comments

Comments
 (0)