Revert "Release: v3.0.0 (#726)"

This reverts commit 26f734c277.
This commit is contained in:
nicostnbch 2025-08-25 15:39:56 +02:00
parent 26f734c277
commit fbf822244e
4 changed files with 13 additions and 10 deletions

View file

@ -102,10 +102,13 @@ jobs:
⚠️ You will not be able to install additional gcloud components, because the
system installation is locked.
- <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.
- <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.
<!-- 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": "3.0.0",
"version": "2.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "3.0.0",
"version": "2.2.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.11.1",

View file

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