From b2ec41b68ffb04a07eabfcd53904339daa6b52aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 23:28:30 +0000 Subject: [PATCH] Update Terraform github to v6.5.0 --- envs/main/main.tf | 2 +- modules/github/global_labels/main.tf | 2 +- system/github/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/main/main.tf b/envs/main/main.tf index e98ee30..f3df233 100644 --- a/envs/main/main.tf +++ b/envs/main/main.tf @@ -12,7 +12,7 @@ terraform { } github = { source = "integrations/github" - version = "6.4.0" + version = "6.5.0" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index e2d5e19..8bcf37e 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.4.0" + version = "6.5.0" } } } diff --git a/system/github/main.tf b/system/github/main.tf index 2fa0b0c..3d61277 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.4.0" + version = "6.5.0" } } }