Skip to content

Commit 2781b5e

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: 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](google-github-actions/auth@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] <[email protected]>
1 parent 7445e38 commit 2781b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/call-run-integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cli_config_credentials_token: ${{ secrets.terraform_api_token }}
5858

5959
- id: 'auth'
60-
uses: 'google-github-actions/auth@v2'
60+
uses: 'google-github-actions/auth@v3'
6161
with:
6262
credentials_json: ${{ secrets.gcp-service-account-key }}
6363

@@ -240,7 +240,7 @@ jobs:
240240
repository: fluent/fluent-bit-ci
241241

242242
- if: matrix.cloud == 'gke'
243-
uses: 'google-github-actions/auth@v2'
243+
uses: 'google-github-actions/auth@v3'
244244
with:
245245
credentials_json: ${{ secrets.gcp-service-account-key }}
246246

0 commit comments

Comments
 (0)