mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-20 09:09:26 +00:00
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:
parent
ef52f8c087
commit
cb1e50a993
4 changed files with 13 additions and 5 deletions
|
|
@ -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
4
dist/index.js
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue