Release: v3.0.0

This commit is contained in:
Google GitHub Actions Bot 2025-08-24 21:55:28 -04:00
parent d26df95ce1
commit a31422efcb
4 changed files with 10 additions and 13 deletions

View file

@ -102,13 +102,10 @@ jobs:
⚠️ You will not be able to install additional gcloud components, because the
system installation is locked.
- <a name="__input_skip_tool_cache"></a><a href="#user-content-__input_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.
- <a name="__input_cache"></a><a href="#user-content-__input_cache"><code>cache</code></a>: _(Optional)_ Transfer the downloaded artifacts into the runner's tool cache. On
GitHub-managed runners, this have very little impact since runneres are
ephemeral. On self-hosted runners, this could improve future runs by
skipping future gcloud installations.
<!-- END_AUTOGEN_INPUTS -->

6
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.2.1",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "2.2.1",
"version": "3.0.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.11.1",

View file

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