From 995ab67f6eded923df74f85ada9adf743a1657c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 10:12:23 +0000 Subject: [PATCH] build(deps): Bump integrations/github from 6.9.0 to 6.9.1 Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.9.0 to 6.9.1. - [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.9.0...v6.9.1) --- updated-dependencies: - dependency-name: integrations/github dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers.tf b/providers.tf index 37123fe..8f52747 100644 --- a/providers.tf +++ b/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.9.0" + version = "6.9.1" } } backend "azurerm" {