-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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: update actions to use google-github-actions/setup-gcloud@v1
#16674
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there no changes required with the version upgrade?
Your question prompted me to double-check. Now, |
Note to self: if landed, apply these changes to #14448 |
startsWith(github.ref, 'refs/tags/')) | ||
uses: google-github-actions/auth@v1 | ||
with: | ||
project_id: denoland |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you take that project_id from @iuioiua?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nvm, I see below
Thanks, I included your changes in #17358, gonna close this one. |
…de (#17358) This commit rolls up following PRs into a single one: - #16672 - #16674 - #16972 Generation script was updated to take into account these changes. Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Geert-Jan Zwiers <geertjanzwiers@protonmail.com> Co-authored-by: David Sherret <dsherret@gmail.com>
…de (#17358) This commit rolls up following PRs into a single one: - #16672 - #16674 - #16972 Generation script was updated to take into account these changes. Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Geert-Jan Zwiers <geertjanzwiers@protonmail.com> Co-authored-by: David Sherret <dsherret@gmail.com>
…de (#17358) This commit rolls up following PRs into a single one: - #16672 - #16674 - #16972 Generation script was updated to take into account these changes. Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Geert-Jan Zwiers <geertjanzwiers@protonmail.com> Co-authored-by: David Sherret <dsherret@gmail.com>
This PR upgrades
google-github-actions/setup-gcloud@v0
to the recommendedgoogle-github-actions/setup-gcloud@v1
within thebuild
,publish-canary
andupdate-dl-version
jobs.