From 7a7254e9da0ecd01142ef853fc1c98f88800a34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 23:54:33 +0000 Subject: [PATCH] Bump artifact-registry-container::cloud-foundation-fabric in /gcp Bumps [artifact-registry-container::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 53.0.0 to 54.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/v53.0.0...v54.0.0) --- updated-dependencies: - dependency-name: artifact-registry-container::github::GoogleCloudPlatform/cloud-foundation-fabric::v53.0.0 dependency-version: 54.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/artifact-registry.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/artifact-registry.tf b/gcp/artifact-registry.tf index c411535..a3ee534 100644 --- a/gcp/artifact-registry.tf +++ b/gcp/artifact-registry.tf @@ -1,7 +1,7 @@ # Artifact Registry for storing the GitHub Actions Runners manager container image # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v53.0.0/modules/artifact-registry/README.md module "artifact-registry-container" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/artifact-registry?ref=v53.0.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/artifact-registry?ref=v54.0.0" project_id = module.project.project_id location = var.region name = "container-github-runners-manager"