Skip to content

Commit f6afd45

Browse files
authored
Merge pull request #18 from jonico/patch-2
Fixing CI/CD workflow
2 parents 052a2d0 + b64f4a6 commit f6afd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Configure Google Cloud credentials
5050
- name: Configure Google Cloud credentials
51-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@0.1.3
51+
uses: google-github-actions/setup-gcloud@v0.2.1
5252
with:
5353
service_account_key: ${{ secrets.GCP_KEY }}
5454
project_id: ${{ secrets.GCP_PROJECT }}

0 commit comments

Comments
 (0)