1
0
Fork 0
mirror of synced 2026-06-05 10:45:14 +00:00

Release: v0.9.0 (#354)

## What's Changed
* Deprecate v0 series by @sethvargo in
https://github.com/google-github-actions/auth/pull/350


**Full Changelog**:
https://github.com/google-github-actions/auth/compare/v1.2.0...10c546c93592afd28b8e788c08795743aed6180c
This commit is contained in:
Google GitHub Actions Bot 2023-11-28 22:49:54 -05:00 committed by GitHub
commit 09cecabe1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 9 deletions

4
dist/main/index.js vendored

File diff suppressed because one or more lines are too long

4
dist/post/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": "0.8.3",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@google-github-actions/auth",
"version": "0.8.3",
"version": "0.9.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",

View file

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