Skip to content

Commit b8866f9

Browse files
committed
Add missing dependency
1 parent 17b4c8b commit b8866f9

File tree

2 files changed

+35
-24
lines changed

2 files changed

+35
-24
lines changed

package-lock.json

+33-23
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.2",
4+
"version": "3.0.3",
55
"type": "module",
66
"author": "Nick Alteen <[email protected]>",
77
"private": false,
@@ -48,6 +48,7 @@
4848
"@actions/http-client": "^2.2.3",
4949
"@octokit/core": "^6.1.3",
5050
"@octokit/plugin-paginate-rest": "^11.4.3",
51+
"@octokit/plugin-rest-endpoint-methods": "^13.3.1",
5152
"@octokit/plugin-retry": "^7.1.2",
5253
"archiver": "^7.0.1",
5354
"chalk": "^5.3.0",

0 commit comments

Comments
 (0)