Get rid of the last @master bad example
This commit is contained in:
+2
-2
@@ -31,10 +31,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
# Setup gcloud CLI
|
# Setup gcloud CLI
|
||||||
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
|
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@0.1.0
|
||||||
with:
|
with:
|
||||||
version: '270.0.0'
|
version: '270.0.0'
|
||||||
service_account_email: ${{ secrets.GKE_EMAIL }}
|
service_account_email: ${{ secrets.GKE_EMAIL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user