Skip to content

Commit

Permalink
ci: bump setup-gcloud action from v0 to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGoncalvesBH committed Jan 22, 2024
1 parent 00d44a1 commit a35d94f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-online-serverest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Project checkout
uses: actions/checkout@v3
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
- name: Authentication on GCloud
run: |
echo $GCP_IAM_SERVICE_ACCOUNT_KEY > gcloud-service-key.json
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
GCP_IAM_SERVICE_ACCOUNT_KEY: op://CI-CD/google-cloud/SERVICE_ACCOUNT_KEY
DD_API_KEY: op://CI-CD/Datadog/DD_API_KEY
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
- name: Authentication on GCloud
run: |
echo $GCP_IAM_SERVICE_ACCOUNT_KEY > gcloud-service-key.json
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
GCP_IAM_SERVICE_ACCOUNT_KEY: op://CI-CD/google-cloud/SERVICE_ACCOUNT_KEY
DD_API_KEY: op://CI-CD/Datadog/DD_API_KEY
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
- name: Authentication on GCloud
run: |
echo $GCP_IAM_SERVICE_ACCOUNT_KEY > gcloud-service-key.json
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
GCP_IAM_SERVICE_ACCOUNT_KEY: op://CI-CD/google-cloud/SERVICE_ACCOUNT_KEY
DD_API_KEY: op://CI-CD/Datadog/DD_API_KEY
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
- name: Authentication on GCloud
run: |
echo $GCP_IAM_SERVICE_ACCOUNT_KEY > gcloud-service-key.json
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
GCP_IAM_SERVICE_ACCOUNT_KEY: op://CI-CD/google-cloud/SERVICE_ACCOUNT_KEY
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
- name: Authentication on GCloud
run: |
echo $GCP_IAM_SERVICE_ACCOUNT_KEY > gcloud-service-key.json
Expand Down

0 comments on commit a35d94f

Please sign in to comment.