From 7412bca3e85bc5d41fdb9577658c5e79287fc848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:05:22 +0000 Subject: [PATCH] build(deps): Bump integrations/github from 6.11.0 to 6.11.1 Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.11.0 to 6.11.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.11.0...v6.11.1) --- updated-dependencies: - dependency-name: integrations/github dependency-version: 6.11.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 cf2d4e8..6eea05d 100644 --- a/providers.tf +++ b/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.11.0" + version = "6.11.1" } } backend "azurerm" {