From c402d3d62077fefd84d72945883e8ba8680348f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:36:02 +0000 Subject: [PATCH] Update Terraform github to v6.1.0 --- 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/main.tf b/main.tf index 7574d76..7308dc8 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,7 @@ terraform { } github = { source = "integrations/github" - version = "6.0.0" + version = "6.1.0" } } } diff --git a/modules/github/global_labels/main.tf b/modules/github/global_labels/main.tf index b33f361..b2e4977 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.0.0" + version = "6.1.0" } } } diff --git a/system/github/main.tf b/system/github/main.tf index f748ca1..15806e8 100644 --- a/system/github/main.tf +++ b/system/github/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.0.0" + version = "6.1.0" } } }