Skip to content

Commit 1a76e94

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

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
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
7878
- name: Setup gcloud
79-
uses: google-github-actions/setup-gcloud@v1
79+
uses: google-github-actions/setup-gcloud@v2
8080
- name: Run gsutil cp
8181
run: gsutil cp build/app/outputs/apk/release/*.apk "${GCS_PATH}/apk"
8282

@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
136136
- name: Setup gcloud
137-
uses: google-github-actions/setup-gcloud@v1
137+
uses: google-github-actions/setup-gcloud@v2
138138
- name: Run gsutil cp
139139
run: |
140140
set -e
@@ -210,7 +210,7 @@ jobs:
210210
with:
211211
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
212212
- name: Setup gcloud
213-
uses: google-github-actions/setup-gcloud@v1
213+
uses: google-github-actions/setup-gcloud@v2
214214
- name: Run gsutil cp
215215
run: gsutil cp build/linux/x64/release/bundle.zip "${GCS_PATH}/linux/bundle.zip"
216216

@@ -271,7 +271,7 @@ jobs:
271271
with:
272272
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
273273
- name: Setup gcloud
274-
uses: google-github-actions/setup-gcloud@v1
274+
uses: google-github-actions/setup-gcloud@v2
275275
- name: Run gsutil cp
276276
run: gsutil cp build/app/outputs/macos/release/* "${GCS_PATH}/macos"
277277

@@ -335,7 +335,7 @@ jobs:
335335
with:
336336
credentials_json: ${{ secrets.GCP_UPLOADER_SA_KEY }}
337337
- name: Setup gcloud
338-
uses: google-github-actions/setup-gcloud@v1
338+
uses: google-github-actions/setup-gcloud@v2
339339
- name: Run gsutil cp
340340
run: |
341341
set -e

0 commit comments

Comments
 (0)