Skip to content

Commit bb52e30

Browse files
Merge pull request #244 from firebase/feature/ak-warning-begone
Replace deprecated action for setup-gcloud
2 parents f5995b4 + e9390af commit bb52e30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ jobs:
717717
run: echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
718718
- name: Install Cloud SDK
719719
if: ${{ !cancelled() }}
720-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
720+
uses: google-github-actions/setup-gcloud@master
721721
- name: Upload Desktop Artifacts to GCS
722722
if: ${{ !cancelled() }}
723723
run: |

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
run: echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
151151
- name: Install Cloud SDK
152152
if: ${{ !cancelled() }}
153-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
153+
uses: google-github-actions/setup-gcloud@master
154154
- name: Upload Desktop Artifacts to GCS
155155
if: matrix.target_platform == 'Desktop' && !cancelled()
156156
run: |

0 commit comments

Comments
 (0)