From 1d747d7509aaf7060fdb4cf05d4d8b1241b1d2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:42:52 +0000 Subject: [PATCH] Bump integrations/github from 6.12.1 to 6.13.0 Bumps [integrations/github](https://github.com/integrations/terraform-provider-github) from 6.12.1 to 6.13.0. - [Release notes](https://github.com/integrations/terraform-provider-github/releases) - [Changelog](https://github.com/integrations/terraform-provider-github/blob/main/RELEASE.md) - [Commits](https://github.com/integrations/terraform-provider-github/compare/v6.12.1...v6.13.0) --- updated-dependencies: - dependency-name: integrations/github dependency-version: 6.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 8cb3aa2..ed819d0 100644 --- a/versions.tf +++ b/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { github = { source = "integrations/github" - version = "6.12.1" + version = "6.13.0" } } }