Skip to content

Commit

Permalink
Update test workflow to use setup-gcloud version at time of workflow …
Browse files Browse the repository at this point in the history
…creation
  • Loading branch information
jfaMan committed Apr 9, 2024
1 parent e374576 commit 45a7b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2.1.0
uses: google-github-actions/setup-gcloud@v0.2.1
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.SERVICE_ACCOUNT_FILE }}
Expand Down

0 comments on commit 45a7b33

Please sign in to comment.