From f387bd5a86ad40a64a10b4791f04751dcc8cbb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:31:33 +0000 Subject: [PATCH] Bump cloud_run_github_runners_manager::cloud-foundation-fabric in /gcp Bumps [cloud_run_github_runners_manager::cloud-foundation-fabric](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric) from 49.1.0 to 50.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...v50.0.0) --- updated-dependencies: - dependency-name: cloud_run_github_runners_manager::github::GoogleCloudPlatform/cloud-foundation-fabric::v49.1.0 dependency-version: 50.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gcp/cloud-run.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcp/cloud-run.tf b/gcp/cloud-run.tf index 081c491..21a131f 100644 --- a/gcp/cloud-run.tf +++ b/gcp/cloud-run.tf @@ -13,7 +13,7 @@ data "google_artifact_registry_docker_image" "container-image-github-runners-man # Deploy the GitHub Actions Runners manager service on Cloud Run # https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/v49.1.0/modules/cloud-run-v2/README.md module "cloud_run_github_runners_manager" { - source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/cloud-run-v2?ref=v49.1.0" + source = "git::https://github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/cloud-run-v2?ref=v50.0.0" project_id = module.project.project_id name = "github-runners-manager-${local.region_shortnames[var.region]}" type = "SERVICE"