1
0
Fork 0
mirror of synced 2026-06-05 15:58:19 +00:00

Release: v1.3.0 (#357)

## What's Changed
* Revert back to Node 16 for v1 series by @sethvargo in
https://github.com/google-github-actions/auth/pull/356


**Full Changelog**:
https://github.com/google-github-actions/auth/compare/v1.2.0...cf2a975ad3f8fb764e6a95cfbbaf64cfe861b44e
This commit is contained in:
Google GitHub Actions Bot 2023-11-28 22:41:23 -05:00 committed by GitHub
commit 3a3c4c57d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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", "name": "@google-github-actions/auth",
"version": "1.2.0", "version": "1.3.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@google-github-actions/auth", "name": "@google-github-actions/auth",
"version": "1.2.0", "version": "1.3.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.1", "@actions/core": "^1.10.1",

View file

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