From 823ed00c0a13504753c7b2a5a663cd4d3cb563e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:21:12 +0000 Subject: [PATCH] Bump github-runners-vm-templates::cloud-foundation-fabric in /gcp Bumps [github-runners-vm-templates::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: github-runners-vm-templates::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/compute-vm.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/compute-vm.tf b/gcp/compute-vm.tf index d3d53ff..3656967 100644 --- a/gcp/compute-vm.tf +++ b/gcp/compute-vm.tf @@ -7,7 +7,7 @@ locals { # Create instance templates for each GitHub Actions runner type # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v53.0.0/modules/compute-vm/README.md module "github-runners-vm-templates" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v53.0.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v55.3.0" for_each = local.github_runners_types_map project_id = module.project.project_id