Release: v2.1.0 (#385)

## What's Changed
* Update deps by @sethvargo in
https://github.com/google-github-actions/auth/pull/384


**Full Changelog**:
https://github.com/google-github-actions/auth/compare/v2.0.1...aaf2e69f9516827f245e0f3568ac8b4abf6c1d6d
This commit is contained in:
Google GitHub Actions Bot 2024-01-22 21:09:45 -05:00 committed by GitHub
parent aaf2e69f95
commit 5a50e58116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

2
dist/main/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": "@google-github-actions/auth",
"version": "2.0.1",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@google-github-actions/auth",
"version": "2.0.1",
"version": "2.1.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",

View File

@ -1,6 +1,6 @@
{
"name": "@google-github-actions/auth",
"version": "2.0.1",
"version": "2.1.0",
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
"main": "dist/main/index.js",
"scripts": {