From ad70e8febc04f32b9554b91d3cdb5a379e96ccac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:05:03 +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/hcloud-cost-mgmt.yaml | 2 +- .github/workflows/hcloud-dev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hcloud-cost-mgmt.yaml b/.github/workflows/hcloud-cost-mgmt.yaml index 72f2ffb5f..0ca7e9d48 100644 --- a/.github/workflows/hcloud-cost-mgmt.yaml +++ b/.github/workflows/hcloud-cost-mgmt.yaml @@ -22,7 +22,7 @@ jobs: create_credentials_file: 'true' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - uses: DeterminateSystems/nix-installer-action@v20 with: diff --git a/.github/workflows/hcloud-dev.yaml b/.github/workflows/hcloud-dev.yaml index d03d675cb..8a8ccc760 100644 --- a/.github/workflows/hcloud-dev.yaml +++ b/.github/workflows/hcloud-dev.yaml @@ -39,7 +39,7 @@ jobs: create_credentials_file: 'true' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - uses: DeterminateSystems/nix-installer-action@v20 with: