From 9dd7bfdc35d16ebea293bcbf84f2fa4fefc024b2 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Mon, 19 Feb 2024 13:01:46 +0100 Subject: [PATCH] feat: upgrade Github provider version from 5.x to 6.x (#277) ### Related issue Fixes # ### Description In plain English, describe your approach to addressing the issue linked above. For example, if you made a particular design decision, let us know why you chose this path instead of another solution. ### Checklist - [ ] I have updated the PR title to match [CDKTF's style guide](https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md#pull-requests-1) - [ ] I have run the linter on my code locally - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation if applicable - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works if applicable - [ ] New and existing unit tests pass locally with my changes --- provider.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.json b/provider.json index bb34be8..798c2db 100644 --- a/provider.json +++ b/provider.json @@ -16,7 +16,7 @@ "dns": "dns@~> 3.2", "dnsimple": "dnsimple/dnsimple@~> 1.0", "external": "external@~> 2.1", - "github": "integrations/github@~> 5.0", + "github": "integrations/github@~> 6.0", "gitlab": "gitlabhq/gitlab@~> 16.0", "google": "google@~> 5.0", "googlebeta": "google-beta@~> 5.0",