fix: Update to latest throttling plugin

In attempt to fix unintentional retries on 422 error from GitHub,

1. Update to latest `@octokit/plugin-throttling` version
2. Depend on `@octokit/plugin-retry` plugin as well

Issue: #52
This commit is contained in:
Igor Davydenko 2020-05-24 22:31:28 +02:00
parent 9a89d1e63f
commit 650fa68d67
3 changed files with 57 additions and 21 deletions

View file

@ -22,7 +22,8 @@
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^2.0.0",
"@octokit/plugin-throttling": "^2.7.1",
"@octokit/plugin-retry": "^3.0.2",
"@octokit/plugin-throttling": "^3.2.1",
"glob": "^7.1.6",
"mime": "^2.4.4"
},