From 705339dfa5092f9c7446c264c69e482400f4e6a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:46:14 +0000 Subject: [PATCH] Update Terraform github to v6.8.0 --- 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 e52b607..6e6605c 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.8.0" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index 70d7da0..468816c 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.8.0" } } } diff --git a/modules/github/release_tools_configs/main.tf b/modules/github/release_tools_configs/main.tf index cc73177..26c194a 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.8.0" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 477c674..4543a2f 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.8.0" } gitlab = { source = "gitlabhq/gitlab"