Skip to content

Commit 59bfa1c

Browse files
committed
Update GHA versions
1 parent 2cc77e4 commit 59bfa1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/appengine-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v2
1616

1717
- name: GCloud auth
1818
id: 'auth'
19-
uses: 'google-github-actions/auth@v0'
19+
uses: 'google-github-actions/auth@v2'
2020
with:
2121
credentials_json: '${{ secrets.GCP_SA_KEY }}'
2222

2323
- name: GCloud setup
24-
uses: google-github-actions/setup-gcloud@v0
24+
uses: google-github-actions/setup-gcloud@v2
2525

2626
- name: Install yq
2727
run: sudo snap install yq

0 commit comments

Comments
 (0)