From 5d0541bd98e9ba0ccd86577532bdbe814e490599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:21:08 +0000 Subject: [PATCH] Bump gcs-github-runners-iac::cloud-foundation-fabric in /gcp Bumps [gcs-github-runners-iac::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 53.0.0 to 55.3.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/v53.0.0...v55.3.0) --- updated-dependencies: - dependency-name: gcs-github-runners-iac::github::GoogleCloudPlatform/cloud-foundation-fabric::v53.0.0 dependency-version: 55.3.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 d686118..78a5650 100644 --- a/gcp/gcs.tf +++ b/gcp/gcs.tf @@ -2,7 +2,7 @@ # GCS bucket for storing Terraform state module "gcs-github-runners-iac" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v53.0.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v55.3.0" project_id = module.project.project_id prefix = module.project.project_id name = "gh-iac-${local.region_shortnames[var.region]}"