Skip to content

Commit

Permalink
feat: upgrade Github provider version from 5.x to 6.x (#277)
Browse files Browse the repository at this point in the history
<!--

Unless this is a very simple 1-line-of-code change, please create a new
issue describing the change you're proposing first, then link to it from
this PR.

Read more about our process in our contributing guide:
https://github.com/cdktf/.github/blob/main/CONTRIBUTING.md

-->

### Related issue

Fixes # <!-- INSERT ISSUE NUMBER -->

### 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

<!-- If this is still a work in progress, feel free to open a draft PR
until you're able to check off all the items on the list above -->
  • Loading branch information
ansgarm authored Feb 19, 2024
1 parent b24ef08 commit 9dd7bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9dd7bfd

Please sign in to comment.