Skip to content

Commit 0530164

Browse files
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 17eb004 commit 0530164

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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

@@ -242,7 +242,7 @@ jobs:
242242
repository: fluent/fluent-bit-ci
243243

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
repository: fluent/fluent-bit-ci
5454

5555
- id: 'auth'
56-
uses: 'google-github-actions/auth@v2'
56+
uses: 'google-github-actions/auth@v3'
5757
with:
5858
credentials_json: ${{ secrets.service-account }}
5959

@@ -106,7 +106,7 @@ jobs:
106106
repository: fluent/fluent-bit-ci
107107

108108
- id: 'auth'
109-
uses: 'google-github-actions/auth@v2'
109+
uses: 'google-github-actions/auth@v3'
110110
with:
111111
credentials_json: ${{ secrets.service-account }}
112112

.github/workflows/update-packer-vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434
3535
- id: 'auth'
36-
uses: 'google-github-actions/auth@v2'
36+
uses: 'google-github-actions/auth@v3'
3737
with:
3838
credentials_json: ${{ secrets.GCP_SA_KEY }}
3939

0 commit comments

Comments
 (0)