From c028f9dede18074cdd5bd1ccbbeedadbc0cabd4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 23:09:12 +0000 Subject: [PATCH] Bump gcs-github-runners-cloud-build::cloud-foundation-fabric in /gcp Bumps [gcs-github-runners-cloud-build::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 50.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v49.1.0...v50.0.0) --- updated-dependencies: - dependency-name: gcs-github-runners-cloud-build::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/gcs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/gcs.tf b/gcp/gcs.tf index fc171ee..548cdba 100644 --- a/gcp/gcs.tf +++ b/gcp/gcs.tf @@ -13,7 +13,7 @@ module "gcs-github-runners-iac" { # GCS bucket for Cloud Build source staging module "gcs-github-runners-cloud-build" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v50.0.0" project_id = module.project.project_id prefix = module.project.project_id name = "build-${local.region_shortnames[var.region]}"