Skip to content

Commit a7c0174

Browse files
committed
updated google github version
1 parent 29dd9f2 commit a7c0174

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Google Auth
4242
id: auth
43-
uses: "google-github-actions/auth@v4"
43+
uses: "google-github-actions/auth@v2"
4444
with:
4545
token_format: "access_token"
4646
project_id: "${{ secrets.PROJECT_ID }}"

.github/workflows/dev_deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Google Auth
4040
id: auth
41-
uses: "google-github-actions/auth@v4"
41+
uses: "google-github-actions/auth@v2"
4242
with:
4343
token_format: "access_token"
4444
workload_identity_provider: "${{ secrets.WIF_PROVIDER }}"
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Google Auth
9090
id: auth
91-
uses: "google-github-actions/auth@v4"
91+
uses: "google-github-actions/auth@v2"
9292
with:
9393
token_format: "access_token"
9494
workload_identity_provider: "${{ secrets.WIF_PROVIDER }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Google Auth
4040
id: auth
41-
uses: "google-github-actions/auth@v4"
41+
uses: "google-github-actions/auth@v2"
4242
with:
4343
token_format: "access_token"
4444
project_id: "${{ secrets.PROJECT_ID }}"

0 commit comments

Comments
 (0)