mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 02:39:26 +00:00
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:
parent
0c32996ccb
commit
5a5f7b85fc
3 changed files with 4 additions and 4 deletions
2
dist/index.js
vendored
2
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.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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue