Skip to content

Commit cb1e50a

Browse files
Release: v2.2.0 (#719)
## What's Changed * Introduce an option to skip the tool cache by @sethvargo in #718 **Full Changelog**: v2.1.5...v2.2.0
1 parent ef52f8c commit cb1e50a

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ jobs:
102102
⚠️ You will not be able to install additional gcloud components, because the
103103
system installation is locked.
104104

105+
- <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.
106+
On GitHub-managed runners, this makes no difference since they are
107+
ephemeral. On self-hosted runners, this controls whether the downloads are
108+
cached stored on the disk.
109+
110+
For backwards-compatibility, this is is "false" by default. Setting the
111+
value to "true" can significantly speed up installation times.
112+
105113

106114
<!-- END_AUTOGEN_INPUTS -->
107115

dist/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-gcloud",
3-
"version": "2.1.5",
3+
"version": "2.2.0",
44
"description": "Setup gcloud GitHub action",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)