Skip to content

Commit ff976c5

Browse files
ravwojdylatomwhite
authored andcommitted
Fix gcloud tag
1 parent ce34ca1 commit ff976c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- uses: google-github-actions/setup-gcloud@master
17+
- uses: google-github-actions/setup-gcloud@v0
1818
with:
1919
project_id: ${{ secrets.GCP_PROJECT_ID }}
2020
service_account_key: ${{ secrets.GCP_SA_KEY }}

0 commit comments

Comments
 (0)