Release: v2.0.0 (#664)

## What's Changed
* dependabot: only do security updates by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/643
* update all deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/644
* Update deps to Node 20 by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/653
* Upgrade setup-cloud-sdk package by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/656
* Add CI for release branches by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/661
* Update and drop unnecessary deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/662


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v1.1.1...c2599dbc0ba1a9cc7e71084707f8c0b2e79516f2
This commit is contained in:
Google GitHub Actions Bot 2023-12-08 16:41:53 -05:00 committed by GitHub
parent c2599dbc0b
commit 825196879a
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": "1.1.1",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "1.1.1",
"version": "2.0.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",

View file

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