From 0990fbe8fb5db4bcf5f42d1a74eca58db45b8188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:38:00 +0000 Subject: [PATCH] Update Terraform github to v6.10.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..af43b54 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.10.1" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index 70d7da0..6b66bde 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.10.1" } } } diff --git a/modules/github/release_tools_configs/main.tf b/modules/github/release_tools_configs/main.tf index cc73177..36bb9dd 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.10.1" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 1d9f87e..18dd8e7 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.10.1" } gitlab = { source = "gitlabhq/gitlab"