From 89a338b5da30a41b448a4e999bfadf9688cf4251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:02:39 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth 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 0b8d36bc6..bbe7e5593 100644 --- a/.github/workflows/hcloud-cost-mgmt.yaml +++ b/.github/workflows/hcloud-cost-mgmt.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v3 with: project_id: hallowed-port-433217-t0 workload_identity_provider: projects/507949509448/locations/global/workloadIdentityPools/github/providers/world diff --git a/.github/workflows/hcloud-dev.yaml b/.github/workflows/hcloud-dev.yaml index f0a83b2d4..279d20b29 100644 --- a/.github/workflows/hcloud-dev.yaml +++ b/.github/workflows/hcloud-dev.yaml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v3 with: project_id: hallowed-port-433217-t0 workload_identity_provider: projects/507949509448/locations/global/workloadIdentityPools/github/providers/world