Skip to content

Commit 823ed00

Browse files
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](GoogleCloudPlatform/cloud-foundation-fabric@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] <support@github.com>
1 parent e9a0580 commit 823ed00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcp/compute-vm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ locals {
77
# Create instance templates for each GitHub Actions runner type
88
# https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v53.0.0/modules/compute-vm/README.md
99
module "github-runners-vm-templates" {
10-
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v53.0.0"
10+
source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/compute-vm?ref=v55.3.0"
1111
for_each = local.github_runners_types_map
1212

1313
project_id = module.project.project_id

0 commit comments

Comments
 (0)