Skip to content

Commit 17b4c8b

Browse files
committed
Add missing @octokit/plugin-paginate-rest
1 parent 81b3704 commit 17b4c8b

File tree

2 files changed

+41
-30
lines changed

2 files changed

+41
-30
lines changed

package-lock.json

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@github/local-action",
33
"description": "Local Debugging for GitHub Actions",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"type": "module",
66
"author": "Nick Alteen <[email protected]>",
77
"private": false,
@@ -47,6 +47,7 @@
4747
"@actions/github": "^6.0.0",
4848
"@actions/http-client": "^2.2.3",
4949
"@octokit/core": "^6.1.3",
50+
"@octokit/plugin-paginate-rest": "^11.4.3",
5051
"@octokit/plugin-retry": "^7.1.2",
5152
"archiver": "^7.0.1",
5253
"chalk": "^5.3.0",

0 commit comments

Comments
 (0)