From 23b123794dc2d5379720af49f2e08c03e442394f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:05:17 +0000 Subject: [PATCH] Bump google-github-actions/auth from 0 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0 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/v0...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] --- .github/workflows/functions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/functions.yaml b/.github/workflows/functions.yaml index 2815ff8aef7..1667736012a 100644 --- a/.github/workflows/functions.yaml +++ b/.github/workflows/functions.yaml @@ -28,7 +28,7 @@ jobs: with: node-version: "16" - - uses: google-github-actions/auth@v0 + - uses: google-github-actions/auth@v3 with: credentials_json: "${{ secrets.CF3_INTEGRATION_TEST_GOOGLE_CREDENTIALS }}" create_credentials_file: true