From 96947cb24f63a29f82de9bb57cd7017566987acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:06:56 +0000 Subject: [PATCH] Bump integrations/github from 5.45.0 to 6.0.0 Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 5.45.0 to 6.0.0. - [Release notes](https://github.com/integrations/terraform-provider-github/releases) - [Changelog](https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/integrations/terraform-provider-github/compare/v5.45.0...v6.0.0) --- updated-dependencies: - dependency-name: integrations/github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tf b/terraform.tf index 006e7dd..1deb158 100644 --- a/terraform.tf +++ b/terraform.tf @@ -17,7 +17,7 @@ terraform { # see https://registry.terraform.io/providers/integrations/github/5.45.0/ github = { source = "integrations/github" - version = ">= 5.45.0, < 6.0.0" + version = ">= 5.45.0, < 7.0.0" } }