mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-20 17:24:15 +00:00
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:
parent
c2599dbc0b
commit
825196879a
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": "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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue