From c6c7d716abc08c22e5bfb2b000bf6aedf4ebe91d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:30:29 +0000 Subject: [PATCH] Update Terraform github to v6.9.1 --- envs/github/main.tf | 2 +- modules/github/global_labels/main.tf | 2 +- modules/github/release_tools_configs/main.tf | 2 +- system/github/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/envs/github/main.tf b/envs/github/main.tf index 531fe5f..8a8947e 100644 --- a/envs/github/main.tf +++ b/envs/github/main.tf @@ -8,7 +8,7 @@ terraform { } github = { source = "integrations/github" - version = "6.7.1" + version = "6.9.1" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index 70d7da0..8a5d160 100644 --- a/modules/github/global_labels/main.tf +++ b/modules/github/global_labels/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.9.1" } } } diff --git a/modules/github/release_tools_configs/main.tf b/modules/github/release_tools_configs/main.tf index cc73177..d47c1b0 100644 --- a/modules/github/release_tools_configs/main.tf +++ b/modules/github/release_tools_configs/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.9.1" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 1d9f87e..1ef7e03 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.7.1" + version = "6.9.1" } gitlab = { source = "gitlabhq/gitlab"