Skip to content

Commit

Permalink
Bump @octokit/plugin-retry from 5.0.4 to 5.0.5 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimZhukov committed Jul 10, 2023
1 parent 7542ec7 commit ac9175f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/plugin-retry.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.js
Expand Up @@ -4476,13 +4476,13 @@ async function requestWithGraphqlErrorHandling(state, octokit, request, options)
}

// pkg/dist-src/index.js
var VERSION = "5.0.4";
var VERSION = "5.0.5";
function retry(octokit, octokitOptions) {
const state = Object.assign(
{
enabled: true,
retryAfterBaseValue: 1e3,
doNotRetry: [400, 401, 403, 404, 422],
doNotRetry: [400, 401, 403, 404, 422, 451],
retries: 3
},
octokitOptions.retry
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^5.0.4",
"@octokit/plugin-retry": "^5.0.5",
"jest-each": "^29.6.1",
"js-yaml": "^4.1.0",
"minimatch": "^7.4.3"
Expand Down

0 comments on commit ac9175f

Please sign in to comment.