Skip to content

Commit dd23f9c

Browse files
chore(deps): bump google-github-actions/setup-gcloud from 1 to 2 (#199)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5701c81 commit dd23f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter-mobile-integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
credentials_json: "${{ secrets.GOOGLE_CREDENTIALS_INTEGRATION_TESTS }}"
2929

3030
- name: ⚙️ Setup Google Cloud SDK
31-
uses: google-github-actions/setup-gcloud@v1
31+
uses: google-github-actions/setup-gcloud@v2
3232

3333
- name: ⚙️ Setup Java
3434
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)