Release: v2.1.5 (#437)
## What's Changed * Document ID Token lifetimes by @sethvargo in https://github.com/google-github-actions/auth/pull/433 * fix !project_id error message typo by @seth-acuitymd in https://github.com/google-github-actions/auth/pull/435 * Update deps by @sethvargo in https://github.com/google-github-actions/auth/pull/436 ## New Contributors * @seth-acuitymd made their first contribution in https://github.com/google-github-actions/auth/pull/435 **Full Changelog**: https://github.com/google-github-actions/auth/compare/v2.1.4...0a94a84ba5475d3020c3df611c610b909d57bbb9
This commit is contained in:
parent
0a94a84ba5
commit
62cf5bd3e4
6
dist/main/index.js
vendored
6
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/post/index.js
vendored
2
dist/post/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": "@google-github-actions/auth",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.1.4",
|
||||
"version": "2.1.5",
|
||||
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user