From 329971dabd7e5618382b49d4a5bf57e55c0bc49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:59:21 +0000 Subject: [PATCH] chore(deps): bump integrations/github from 6.3.0 to 6.4.0 in /terraform Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.3.0 to 6.4.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/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: integrations/github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 940ce8b..22fabc8 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -7,7 +7,7 @@ terraform { } github = { source = "integrations/github" - version = "6.3.0" + version = "6.4.0" } } backend "s3" {