Skip to content

Commit

Permalink
chore(deps): bump google-github-actions/setup-gcloud from 1 to 2 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and PauloGoncalvesBH committed Mar 19, 2024
1 parent a0f386b commit e4ee50b
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@v1
uses: google-github-actions/setup-gcloud@v2
- 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@v1
uses: google-github-actions/setup-gcloud@v2
- 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@v1
uses: google-github-actions/setup-gcloud@v2
- 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@v1
uses: google-github-actions/setup-gcloud@v2
- 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@v1
uses: google-github-actions/setup-gcloud@v2
- name: Authentication on GCloud
run: |
echo $GCP_IAM_SERVICE_ACCOUNT_KEY > gcloud-service-key.json
Expand Down

0 comments on commit e4ee50b

Please sign in to comment.