From 9437ee274e9139c9f27bf59441ec67c4b78862b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 00:01:36 +0000 Subject: [PATCH] Bump vpc-github-runners::cloud-foundation-fabric in /gcp Bumps [vpc-github-runners::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 51.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...v51.0.0) --- updated-dependencies: - dependency-name: vpc-github-runners::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 51.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/net-vpc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/net-vpc.tf b/gcp/net-vpc.tf index 995b27f..7f0b10a 100644 --- a/gcp/net-vpc.tf +++ b/gcp/net-vpc.tf @@ -1,7 +1,7 @@ # VPC for GitHub Actions Runners # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v49.1.0/modules/net-vpc/README.md module "vpc-github-runners" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-vpc?ref=v51.0.0" project_id = module.project.project_id name = "vpc-github-runners" description = "VPC for GitHub Actions Runners (Terraform-managed)"