From b46d4193a7486198884be0b62e0a4a8cb644572f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:54:18 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'