Skip to content

Commit 6721b87

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump google-github-actions/setup-gcloud from 2 to 3
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2 to 3. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2781b5e commit 6721b87

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
@@ -62,7 +62,7 @@ jobs:
6262
credentials_json: ${{ secrets.gcp-service-account-key }}
6363

6464
- name: 'Set up Cloud SDK'
65-
uses: 'google-github-actions/setup-gcloud@v2'
65+
uses: 'google-github-actions/setup-gcloud@v3'
6666

6767
- name: Replace terraform variables.
6868
run: |
@@ -245,7 +245,7 @@ jobs:
245245
credentials_json: ${{ secrets.gcp-service-account-key }}
246246

247247
- if: matrix.cloud == 'gke'
248-
uses: 'google-github-actions/setup-gcloud@v2'
248+
uses: 'google-github-actions/setup-gcloud@v3'
249249
with:
250250
install_components: 'gke-gcloud-auth-plugin'
251251

0 commit comments

Comments
 (0)