Skip to content

Commit 0b1ad10

Browse files
authored
feat: remove GHES 3.3 support (#287)
BREAKING CHANGE: removes GHES 3.3 support as it was deprecated recently
1 parent 040e742 commit 0b1ad10

File tree

20 files changed

+14
-136723
lines changed

20 files changed

+14
-136723
lines changed

cache/api.github.com.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

cache/ghec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "9.0.0",
4+
"version": "10.0.0",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

0 commit comments

Comments
 (0)