From 73825b8ebe031ac9528d2130830d7e181a5f7d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:45:51 +0000 Subject: [PATCH] chore(deps): 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](https://github.com/google-github-actions/setup-gcloud/compare/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] --- .github/workflows/cog-ha-matter-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cog-ha-matter-release.yml b/.github/workflows/cog-ha-matter-release.yml index c4e9f051..c271bf91 100644 --- a/.github/workflows/cog-ha-matter-release.yml +++ b/.github/workflows/cog-ha-matter-release.yml @@ -170,7 +170,7 @@ jobs: credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: Set up gcloud - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - name: Upload binaries + sidecars run: |