Releases · google-github-actions/setup-gcloud
v3.0.1
v3
v3.0.0
What's Changed
- ‼️ This release requires Node 24+!
- ‼️ The
skip_tool_cacheoption has been removed! Skipping the tool cache is now the default behavior. To restore the previous behavior of using the tool cache (which is unnecessary on GitHub managed runners, but may provide performance increases on self-hosted runners), setcache: true.
- Bump to node24 by @sethvargo in #723
- Do not use the tool-cache by default by @sethvargo in #724
- Update to use v3 references by @sethvargo in #725
- Release: v3.0.0 by @google-github-actions-bot in #726
Full Changelog: v2.2.1...v3.0.0
v2.2.1
v2
Release: v2.2.1 (#722) ## What's Changed * Update deps by @sethvargo in https://github.com/google-github-actions/setup-gcloud/pull/720 * Bump to the latest actions-utils to fix the gen-readme bug by @sethvargo in https://github.com/google-github-actions/setup-gcloud/pull/721 **Full Changelog**: https://github.com/google-github-actions/setup-gcloud/compare/v2.2.0...v2.2.1