diff --git a/package.json b/package.json index 44c255a5..245be8a3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@actions/core": "1.9.1", - "@actions/github": "5.1.0" + "@actions/github": "5.1.1" }, "devDependencies": { "@vercel/ncc": "0.34.0", diff --git a/yarn.lock b/yarn.lock index 407b3b74..14a28267 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ "@actions/http-client" "^2.0.1" uuid "^8.3.2" -"@actions/github@5.1.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.0.tgz#573fdba52b7b739b68f891f39eacfdd966a22b90" - integrity sha512-tuI80F7JQIhg77ZTTgUAPpVD7ZnP9oHSPN8xw7LOwtA4vEMbAjWJNbmLBfV7xua7r016GyjzWLuec5cs8f/a8A== +"@actions/github@5.1.1": + version "5.1.1" + resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.1.tgz#40b9b9e1323a5efcf4ff7dadd33d8ea51651bbcb" + integrity sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g== dependencies: "@actions/http-client" "^2.0.1" "@octokit/core" "^3.6.0"