Release: v2.1.3 (#705)

## What's Changed
* Allow manually running integration tests with workflow_dispatch by
@sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/702
* security: bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group
by @dependabot in
https://github.com/google-github-actions/setup-gcloud/pull/703
* Update deps by @sethvargo in
https://github.com/google-github-actions/setup-gcloud/pull/704


**Full Changelog**:
https://github.com/google-github-actions/setup-gcloud/compare/v2.1.2...v2.1.3
This commit is contained in:
Google GitHub Actions Bot 2025-01-31 16:36:56 -05:00 committed by GitHub
parent 0c0751a334
commit 4111bea454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.1.2",
"version": "2.1.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "2.1.2",
"version": "2.1.3",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.11.1",

View file

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