Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump google-github-actions/setup-gcloud from 1.0.1 to 1.1.0 #3943

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -50,7 +50,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT }}

- name: gcloud sdk
uses: google-github-actions/setup-gcloud@d51b5346f85640ec2aa2fa057354d2b82c2fcbce
uses: google-github-actions/setup-gcloud@62d4898025f6041e16b1068643bfc5a696863587

- name: Gcloud login
run: gcloud auth configure-docker
Expand Down