We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@octokit/request.js
v8.1.5
node20
Upgrading to @octokit/request.js at v8.1.5 will improve the occasional reports we get including invalid json response body in the error output, e.g.:
invalid json response body
To be clear, the upgrade will not fix those issues, it will just give us cleaner error message reporting.
The path to this upgrade includes:
@actions/github@^6.0.0
@octokit/core@^5.0.0
@octokit/request@^8.0.0
v3.0.0
v3
The equivalent for v1 and v2 will be:
v1
v2
1.x
2.x
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Upgrading to
@octokit/request.js
atv8.1.5
will improve the occasional reports we get includinginvalid json response body
in the error output, e.g.:To be clear, the upgrade will not fix those issues, it will just give us cleaner error message reporting.
The path to this upgrade includes:
@actions/github@^6.0.0
@octokit/core@^5.0.0
@octokit/request@^8.0.0
with this PR mergedv3.0.0
(andv3
)The equivalent for
v1
andv2
will be:1.x
and2.x
release #265The text was updated successfully, but these errors were encountered: