Skip to content

Commit cdd2cc1

Browse files
Replace deprecated action for setup-gcloud
Current action is deprecated. Replacing with the new, non-deprecated one.
1 parent 5d29d1a commit cdd2cc1

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
@@ -686,7 +686,7 @@ jobs:
686686
run: echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
687687
- name: Install Cloud SDK
688688
if: ${{ !cancelled() }}
689-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
689+
uses: google-github-actions/setup-gcloud@master
690690
- name: Upload Desktop Artifacts to GCS
691691
if: ${{ !cancelled() }}
692692
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)