Release: v2.0.1 (#674)

## What's Changed
* Update README and CI to use latest version by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/665
* Don't warn when version is "latest" by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/669
* Only warn when there are no authentications by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/671
* Fix edge case when gcloud is not installed at all by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/672
* Rename test step to a more accurate name by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/673


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.0.0...0c32996ccb17f02aad9bfa7dcc490f9115e67709
This commit is contained in:
Google GitHub Actions Bot 2023-12-20 23:21:29 -05:00 committed by GitHub
parent 0c32996ccb
commit 5a5f7b85fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

2
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.0.0",
"version": "2.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",

View file

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