Release: v2.2.0 (#719)

## What's Changed
* Introduce an option to skip the tool cache by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/718


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.5...v2.2.0
This commit is contained in:
Google GitHub Actions Bot 2025-08-08 16:42:03 -04:00 committed by GitHub
parent ef52f8c087
commit cb1e50a993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 5 deletions

View file

@ -102,6 +102,14 @@ jobs:
⚠️ You will not be able to install additional gcloud components, because the
system installation is locked.
- <a name="skip_tool_cache"></a><a href="#user-content-skip_tool_cache"><code>skip_tool_cache</code></a>: _(Optional)_ Skip transferring the downloaded artifacts into the runner's tool cache.
On GitHub-managed runners, this makes no difference since they are
ephemeral. On self-hosted runners, this controls whether the downloads are
cached stored on the disk.
For backwards-compatibility, this is is "false" by default. Setting the
value to "true" can significantly speed up installation times.
<!-- END_AUTOGEN_INPUTS -->

4
dist/index.js vendored

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "setup-gcloud",
"version": "2.1.5",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "2.1.5",
"version": "2.2.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.11.1",

View file

@ -1,6 +1,6 @@
{
"name": "setup-gcloud",
"version": "2.1.5",
"version": "2.2.0",
"description": "Setup gcloud GitHub action",
"main": "dist/main/index.js",
"scripts": {