Skip to content

Commit 02ff60f

Browse files
[skip ci] Update google-github-actions/auth action to v2 (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ac4b18 commit 02ff60f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/flutter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
flutter build apk --split-per-abi
7373
7474
- name: Setup GCP authentication
75-
uses: google-github-actions/auth@v1
75+
uses: google-github-actions/auth@v2
7676
with:
7777
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
7878
- name: Setup gcloud
@@ -130,7 +130,7 @@ jobs:
130130
( cd ios && fastlane build_ipa )
131131
132132
- name: Setup GCP authentication
133-
uses: google-github-actions/auth@v1
133+
uses: google-github-actions/auth@v2
134134
with:
135135
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
136136
- name: Setup gcloud
@@ -206,7 +206,7 @@ jobs:
206206
zip -r bundle.zip bundle/*
207207
208208
- name: Setup GCP authentication
209-
uses: google-github-actions/auth@v1
209+
uses: google-github-actions/auth@v2
210210
with:
211211
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
212212
- name: Setup gcloud
@@ -267,7 +267,7 @@ jobs:
267267
ditto -c -k --keepParent "${_appBasename}" "${_appBasename}.zip"
268268
269269
- name: Setup GCP authentication
270-
uses: google-github-actions/auth@v1
270+
uses: google-github-actions/auth@v2
271271
with:
272272
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
273273
- name: Setup gcloud
@@ -331,7 +331,7 @@ jobs:
331331
run: flutter pub run msix:create --install-certificate=false
332332

333333
- name: Setup GCP authentication
334-
uses: google-github-actions/auth@v1
334+
uses: google-github-actions/auth@v2
335335
with:
336336
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
337337
- name: Setup gcloud

0 commit comments

Comments
 (0)