Skip to content

Commit dd9e529

Browse files
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 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](GoogleCloudPlatform/cloud-foundation-fabric@v53.0.0...v55.3.0) --- updated-dependencies: - dependency-name: gcs-github-runners-cloud-build::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] <support@github.com>
1 parent e9a0580 commit dd9e529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/gcs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module "gcs-github-runners-iac" {
1313

1414
# GCS bucket for Cloud Build source staging
1515
module "gcs-github-runners-cloud-build" {
16-
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v53.0.0"
16+
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/gcs?ref=v55.3.0"
1717
project_id = module.project.project_id
1818
prefix = module.project.project_id
1919
name = "build-${local.region_shortnames[var.region]}"

0 commit comments

Comments
 (0)