Skip to content

Commit ac9175f

Browse files
authored
Bump @octokit/plugin-retry from 5.0.4 to 5.0.5 (#610)
1 parent 7542ec7 commit ac9175f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.licenses/npm/@octokit/plugin-retry.dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4476,13 +4476,13 @@ async function requestWithGraphqlErrorHandling(state, octokit, request, options)
44764476
}
44774477

44784478
// pkg/dist-src/index.js
4479-
var VERSION = "5.0.4";
4479+
var VERSION = "5.0.5";
44804480
function retry(octokit, octokitOptions) {
44814481
const state = Object.assign(
44824482
{
44834483
enabled: true,
44844484
retryAfterBaseValue: 1e3,
4485-
doNotRetry: [400, 401, 403, 404, 422],
4485+
doNotRetry: [400, 401, 403, 404, 422, 451],
44864486
retries: 3
44874487
},
44884488
octokitOptions.retry

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@actions/core": "^1.10.0",
2828
"@actions/github": "^5.1.1",
29-
"@octokit/plugin-retry": "^5.0.4",
29+
"@octokit/plugin-retry": "^5.0.5",
3030
"jest-each": "^29.6.1",
3131
"js-yaml": "^4.1.0",
3232
"minimatch": "^7.4.3"

0 commit comments

Comments
 (0)