Skip to content

Commit 1b1c9c1

Browse files
Bump @actions/github from 5.0.0 to 5.0.1 (#158)
* Bump @actions/github from 5.0.0 to 5.0.1 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update generated content Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CrazyMax <[email protected]>
1 parent 0d7d21f commit 1b1c9c1

File tree

4 files changed

+32
-20
lines changed

4 files changed

+32
-20
lines changed

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MIT",
2323
"dependencies": {
2424
"@actions/core": "^1.6.0",
25-
"@actions/github": "^5.0.0",
25+
"@actions/github": "^5.0.1",
2626
"js-yaml": "^4.1.0",
2727
"matcher": "^3.0.0"
2828
},

yarn.lock

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
dependencies:
1010
"@actions/http-client" "^1.0.11"
1111

12-
"@actions/github@^5.0.0":
13-
version "5.0.0"
14-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.0.tgz#1754127976c50bd88b2e905f10d204d76d1472f8"
15-
integrity sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ==
12+
"@actions/github@^5.0.1":
13+
version "5.0.1"
14+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.1.tgz#5fdbe371d9a592038668be95d12421361585fba1"
15+
integrity sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==
1616
dependencies:
1717
"@actions/http-client" "^1.0.11"
18-
"@octokit/core" "^3.4.0"
19-
"@octokit/plugin-paginate-rest" "^2.13.3"
20-
"@octokit/plugin-rest-endpoint-methods" "^5.1.1"
18+
"@octokit/core" "^3.6.0"
19+
"@octokit/plugin-paginate-rest" "^2.17.0"
20+
"@octokit/plugin-rest-endpoint-methods" "^5.13.0"
2121

2222
"@actions/http-client@^1.0.11":
2323
version "1.0.11"
@@ -760,14 +760,14 @@
760760
dependencies:
761761
"@octokit/types" "^6.0.3"
762762

763-
"@octokit/core@^3.4.0":
764-
version "3.5.1"
765-
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b"
766-
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
763+
"@octokit/core@^3.6.0":
764+
version "3.6.0"
765+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
766+
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
767767
dependencies:
768768
"@octokit/auth-token" "^2.4.4"
769769
"@octokit/graphql" "^4.5.8"
770-
"@octokit/request" "^5.6.0"
770+
"@octokit/request" "^5.6.3"
771771
"@octokit/request-error" "^2.0.5"
772772
"@octokit/types" "^6.0.3"
773773
before-after-hook "^2.2.0"
@@ -796,14 +796,14 @@
796796
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
797797
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
798798

799-
"@octokit/plugin-paginate-rest@^2.13.3":
799+
"@octokit/plugin-paginate-rest@^2.17.0":
800800
version "2.17.0"
801801
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7"
802802
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
803803
dependencies:
804804
"@octokit/types" "^6.34.0"
805805

806-
"@octokit/plugin-rest-endpoint-methods@^5.1.1":
806+
"@octokit/plugin-rest-endpoint-methods@^5.13.0":
807807
version "5.13.0"
808808
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba"
809809
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==
@@ -832,6 +832,18 @@
832832
node-fetch "^2.6.1"
833833
universal-user-agent "^6.0.0"
834834

835+
"@octokit/request@^5.6.3":
836+
version "5.6.3"
837+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
838+
integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==
839+
dependencies:
840+
"@octokit/endpoint" "^6.0.1"
841+
"@octokit/request-error" "^2.1.0"
842+
"@octokit/types" "^6.16.1"
843+
is-plain-object "^5.0.0"
844+
node-fetch "^2.6.7"
845+
universal-user-agent "^6.0.0"
846+
835847
"@octokit/types@^5.0.0":
836848
version "5.0.0"
837849
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.0.0.tgz#cbdf3c060f6c0436c004ec402c5082c32de72511"
@@ -2901,7 +2913,7 @@ nice-try@^1.0.4:
29012913
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
29022914
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
29032915

2904-
node-fetch@^2.6.1:
2916+
node-fetch@^2.6.1, node-fetch@^2.6.7:
29052917
version "2.6.7"
29062918
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
29072919
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)