Release: v2.1.1 (#390)

## What's Changed
* Remove retry logic by @sethvargo in
https://github.com/google-github-actions/auth/pull/389
* Use an OAuth 2.0 access token for Domain-Wide Delegation by @sethvargo
in https://github.com/google-github-actions/auth/pull/388


**Full Changelog**:
https://github.com/google-github-actions/auth/compare/v2.1.0...b4f4057a105e0aaddb54a56ce4953ddf3fa4e1ea
This commit is contained in:
Google GitHub Actions Bot 2024-02-05 11:33:46 -05:00 committed by GitHub
parent b4f4057a10
commit a6e2e39c0a
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.1.0",
"version": "2.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@google-github-actions/auth",
"version": "2.1.0",
"version": "2.1.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",

View File

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