Skip to content

Commit fab2817

Browse files
committed
ci: bump google auth, because of course it's broken
1 parent b53c964 commit fab2817

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/controlplane.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: make controlplane-debs
5151

5252
- name: "Auth with Google"
53-
uses: "google-github-actions/auth@v0"
53+
uses: "google-github-actions/auth@v2"
5454
with:
5555
credentials_json: "${{ secrets.GOOGLE_DEB_UPLOAD_SA_JSON }}"
5656

@@ -79,7 +79,7 @@ jobs:
7979

8080
- id: "auth"
8181
name: "Authenticate to Google Cloud"
82-
uses: "google-github-actions/auth@v0.6.0"
82+
uses: "google-github-actions/auth@v2"
8383
with:
8484
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
8585
service_account: "[email protected]"
@@ -136,7 +136,7 @@ jobs:
136136

137137
- id: "auth"
138138
name: "Authenticate to Google Cloud"
139-
uses: "google-github-actions/auth@v0.6.0"
139+
uses: "google-github-actions/auth@v2"
140140
with:
141141
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
142142
service_account: "[email protected]"

.github/workflows/ppa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- id: "auth"
2626
name: "Authenticate to Google Cloud"
27-
uses: "google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d" # ratchet:google-github-actions/[email protected]
27+
uses: "google-github-actions/auth@v2"
2828
with:
2929
workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }}
3030
service_account: "[email protected]"

0 commit comments

Comments
 (0)