From ed280713b14e1c3891ab1bbb10e52cb2e34a655d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 21:30:46 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/setup-gcloud from 2.1.4 to 2.1.5 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.4 to 2.1.5. - [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/77e7a554d41e2ee56fc945c52dfd3f33d12def9a...6a7c903a70c8625ed6700fa299f5ddb4ca6022e9) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b4a9fba..e92092b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -120,7 +120,7 @@ jobs: credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}' - name: Set up Cloud SDK if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }} - uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4 https://github.com/google-github-actions/setup-gcloud/releases/tag/v2.1.4 + uses: google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 # v2.1.5 https://github.com/google-github-actions/setup-gcloud/releases/tag/v2.1.5 - name: Sign binary (Windows) if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }} shell: pwsh