chore: version bump

This commit is contained in:
Seth Vargo 2022-04-22 16:47:11 -04:00
parent f6793d5041
commit c2d3c1fca0
No known key found for this signature in database
GPG Key ID: 9C01CC8AB5D3F179
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@google-github-actions/auth",
"version": "0.7.0",
"version": "0.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@google-github-actions/auth",
"version": "0.7.0",
"version": "0.7.1",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View File

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