diff --git a/action.yml b/action.yml index d684b02..8a8249f 100644 --- a/action.yml +++ b/action.yml @@ -8,12 +8,12 @@ inputs: credentials_json: description: |- The credentials key for the Service Account user used for authentication in JSON format. - This is forwarded to the google-github-actions/auth@v2 action. + This is forwarded to the google-github-actions/auth@v3 action. required: true token_lifetime: description: |- The lifetime of the generated auth token in seconds. The default is 30s. - This is forwarded to the google-github-actions/auth@v2 action. + This is forwarded to the google-github-actions/auth@v3 action. required: false default: 30s bigquery_project: @@ -44,7 +44,7 @@ runs: steps: - id: auth name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: "${{ inputs.credentials_json }}" token_format: 'access_token'