From 1c6293ec6f4bc6071f76578c43e0e131b983f7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:57:30 +0000 Subject: [PATCH] chore: Bump integrations/github from 6.8.1 to 6.8.3 in /examples/simple Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.8.1 to 6.8.3. - [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.8.1...v6.8.3) --- updated-dependencies: - dependency-name: integrations/github dependency-version: 6.8.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/simple/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple/versions.tf b/examples/simple/versions.tf index 5d430fd..d1595bf 100644 --- a/examples/simple/versions.tf +++ b/examples/simple/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.8.1" + version = "6.8.3" } } }