Skip to content

Commit 1f98286

Browse files
author
Baz
authored
fixed /publish command by changing the reference from @master go @v0 (#11320)
1 parent 93d7af2 commit 1f98286

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gke-kube-test-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
sudo apt-get install socat
7777
7878
- name: Set up Cloud SDK
79-
uses: google-github-actions/setup-gcloud@master
79+
uses: google-github-actions/setup-gcloud@v0
8080
with:
8181
project_id: ${{ secrets.GKE_TEST_PROJECT_ID }}
8282
service_account_key: ${{ secrets.GKE_TEST_SA_KEY }}

.github/workflows/publish-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
environment: more-secrets
5252
steps:
5353
- name: Set up Cloud SDK
54-
uses: google-github-actions/setup-gcloud@master
54+
uses: google-github-actions/setup-gcloud@v0
5555
with:
5656
service_account_key: ${{ secrets.SPEC_CACHE_SERVICE_ACCOUNT_KEY }}
5757
export_default_credentials: true

.github/workflows/publish-external-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
environment: more-secrets
5151
steps:
5252
- name: Set up Cloud SDK
53-
uses: google-github-actions/setup-gcloud@master
53+
uses: google-github-actions/setup-gcloud@v0
5454
with:
5555
service_account_key: ${{ secrets.SPEC_CACHE_SERVICE_ACCOUNT_KEY }}
5656
export_default_credentials: true

0 commit comments

Comments
 (0)