Skip to content

Commit a5236ac

Browse files
Bump @actions/github from 4.0.0 to 5.0.0
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 4.0.0 to 5.0.0. - [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) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37fb5fa commit a5236ac

2 files changed

Lines changed: 56 additions & 34 deletions

File tree

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.2.7",
25-
"@actions/github": "^4.0.0"
25+
"@actions/github": "^5.0.0"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^14.11.2",

yarn.lock

Lines changed: 55 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.7.tgz#594f8c45b213f0146e4be7eda8ae5cf4e198e5ab"
88
integrity sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig==
99

10-
"@actions/github@^4.0.0":
11-
version "4.0.0"
12-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-4.0.0.tgz#d520483151a2bf5d2dc9cd0f20f9ac3a2e458816"
13-
integrity sha512-Ej/Y2E+VV6sR9X7pWL5F3VgEWrABaT292DRqRU6R4hnQjPtC/zD3nagxVdXWiRQvYDh8kHXo7IDmG42eJ/dOMA==
10+
"@actions/github@^5.0.0":
11+
version "5.0.0"
12+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.0.tgz#1754127976c50bd88b2e905f10d204d76d1472f8"
13+
integrity sha512-QvE9eAAfEsS+yOOk0cylLBIO/d6WyWIOvsxxzdrPFaud39G6BOkUwScXZn1iBzQzHyu9SBkkLSWlohDWdsasAQ==
1414
dependencies:
15-
"@actions/http-client" "^1.0.8"
16-
"@octokit/core" "^3.0.0"
17-
"@octokit/plugin-paginate-rest" "^2.2.3"
18-
"@octokit/plugin-rest-endpoint-methods" "^4.0.0"
19-
20-
"@actions/http-client@^1.0.8":
21-
version "1.0.9"
22-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.9.tgz#af1947d020043dbc6a3b4c5918892095c30ffb52"
23-
integrity sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==
15+
"@actions/http-client" "^1.0.11"
16+
"@octokit/core" "^3.4.0"
17+
"@octokit/plugin-paginate-rest" "^2.13.3"
18+
"@octokit/plugin-rest-endpoint-methods" "^5.1.1"
19+
20+
"@actions/http-client@^1.0.11":
21+
version "1.0.11"
22+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
23+
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
2424
dependencies:
2525
tunnel "0.0.6"
2626

@@ -31,16 +31,17 @@
3131
dependencies:
3232
"@octokit/types" "^6.0.0"
3333

34-
"@octokit/core@^3.0.0":
35-
version "3.2.4"
36-
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.2.4.tgz#5791256057a962eca972e31818f02454897fd106"
37-
integrity sha512-d9dTsqdePBqOn7aGkyRFe7pQpCXdibSJ5SFnrTr0axevObZrpz3qkWm7t/NjYv5a66z6vhfteriaq4FRz3e0Qg==
34+
"@octokit/core@^3.4.0":
35+
version "3.4.0"
36+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.4.0.tgz#b48aa27d755b339fe7550548b340dcc2b513b742"
37+
integrity sha512-6/vlKPP8NF17cgYXqucdshWqmMZGXkuvtcrWCgU5NOI0Pl2GjlmZyWgBMrU8zJ3v2MJlM6++CiB45VKYmhiWWg==
3838
dependencies:
3939
"@octokit/auth-token" "^2.4.4"
4040
"@octokit/graphql" "^4.5.8"
4141
"@octokit/request" "^5.4.12"
42+
"@octokit/request-error" "^2.0.5"
4243
"@octokit/types" "^6.0.3"
43-
before-after-hook "^2.1.0"
44+
before-after-hook "^2.2.0"
4445
universal-user-agent "^6.0.0"
4546

4647
"@octokit/endpoint@^6.0.1":
@@ -66,19 +67,24 @@
6667
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-2.3.0.tgz#075c4e5a1d05d0b62cd8048b71764537aa870c00"
6768
integrity sha512-Own8lHWVi5eEfLOnsIzAx16BoRbpkzac3QDUCxIqYMf4bjz+AGpv17UfRn1Va4lVmjwOpvZglpFI3mmxuQ+sIQ==
6869

69-
"@octokit/plugin-paginate-rest@^2.2.3":
70-
version "2.7.1"
71-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.7.1.tgz#4a0d9b180e3041d3ce5b08771647fb24f091b40f"
72-
integrity sha512-dUsxsEIrBqhlQNfXRhMhXOTQi0SSG38+QWcPGO226HFPFJk44vWukegHfMG3496vLv9T2oT7IuAGssGpcUg5bQ==
70+
"@octokit/openapi-types@^7.0.0":
71+
version "7.0.0"
72+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.0.0.tgz#0f6992db9854af15eca77d71ab0ec7fad2f20411"
73+
integrity sha512-gV/8DJhAL/04zjTI95a7FhQwS6jlEE0W/7xeYAzuArD0KVAVWDLP2f3vi98hs3HLTczxXdRK/mF0tRoQPpolEw==
74+
75+
"@octokit/plugin-paginate-rest@^2.13.3":
76+
version "2.13.3"
77+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.3.tgz#f0f1792230805108762d87906fb02d573b9e070a"
78+
integrity sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg==
7379
dependencies:
74-
"@octokit/types" "^6.3.1"
80+
"@octokit/types" "^6.11.0"
7581

76-
"@octokit/plugin-rest-endpoint-methods@^4.0.0":
77-
version "4.5.0"
78-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.5.0.tgz#435782c69b5aaba7c0b75e9e8a267624ceda02aa"
79-
integrity sha512-ZwX+DI6ll7lHbJ02r1/3hXb86vyzB320PypAIChAQZeEwdkhA0B7bugypwQSBJzZzKygFBRbeUm+JNpHAX4tWg==
82+
"@octokit/plugin-rest-endpoint-methods@^5.1.1":
83+
version "5.1.1"
84+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.1.1.tgz#1720de3511944ebcca5c391ea82605e13e8f95eb"
85+
integrity sha512-u4zy0rVA8darm/AYsIeWkRalhQR99qPL1D/EXHejV2yaECMdHfxXiTXtba8NMBSajOJe8+C9g+EqMKSvysx0dg==
8086
dependencies:
81-
"@octokit/types" "^6.3.1"
87+
"@octokit/types" "^6.14.1"
8288
deprecation "^2.3.1"
8389

8490
"@octokit/request-error@^2.0.0":
@@ -90,6 +96,15 @@
9096
deprecation "^2.0.0"
9197
once "^1.4.0"
9298

99+
"@octokit/request-error@^2.0.5":
100+
version "2.0.5"
101+
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.5.tgz#72cc91edc870281ad583a42619256b380c600143"
102+
integrity sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg==
103+
dependencies:
104+
"@octokit/types" "^6.0.3"
105+
deprecation "^2.0.0"
106+
once "^1.4.0"
107+
93108
"@octokit/request@^5.3.0", "@octokit/request@^5.4.12":
94109
version "5.4.12"
95110
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.12.tgz#b04826fa934670c56b135a81447be2c1723a2ffc"
@@ -104,14 +119,21 @@
104119
once "^1.4.0"
105120
universal-user-agent "^6.0.0"
106121

107-
"@octokit/types@^6.0.0", "@octokit/types@^6.0.3", "@octokit/types@^6.3.1":
122+
"@octokit/types@^6.0.0", "@octokit/types@^6.0.3":
108123
version "6.3.1"
109124
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.3.1.tgz#18af2eee977dd8beba25003bf22dd7dcca5a9bdb"
110125
integrity sha512-SyOaprLWVPS6QhbZY8hF9Oydx/UUnslKq1NyNUr4CN42UEPC3+9AvrYrDm4UvaU1D5u/vVMuSZOicFqOielRXQ==
111126
dependencies:
112127
"@octokit/openapi-types" "^2.3.0"
113128
"@types/node" ">= 8"
114129

130+
"@octokit/types@^6.11.0", "@octokit/types@^6.14.1":
131+
version "6.14.2"
132+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.14.2.tgz#64c9457f38fb8522bdbba3c8cc814590a2d61bf5"
133+
integrity sha512-wiQtW9ZSy4OvgQ09iQOdyXYNN60GqjCL/UdMsepDr1Gr0QzpW6irIKbH3REuAHXAhxkEk9/F2a3Gcs1P6kW5jA==
134+
dependencies:
135+
"@octokit/openapi-types" "^7.0.0"
136+
115137
"@types/node@>= 8", "@types/node@^14.11.2":
116138
version "14.14.21"
117139
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.21.tgz#d934aacc22424fe9622ebf6857370c052eae464e"
@@ -122,10 +144,10 @@
122144
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.24.1.tgz#3ea2932c85ba87f4de6fe550d60e1bf5c005985e"
123145
integrity sha512-r9m7brz2hNmq5TF3sxrK4qR/FhXn44XIMglQUir4sT7Sh5GOaYXlMYikHFwJStf8rmQGTlvOoBXt4yHVonRG8A==
124146

125-
before-after-hook@^2.1.0:
126-
version "2.1.0"
127-
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.1.0.tgz#b6c03487f44e24200dd30ca5e6a1979c5d2fb635"
128-
integrity sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A==
147+
before-after-hook@^2.2.0:
148+
version "2.2.1"
149+
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.1.tgz#73540563558687586b52ed217dad6a802ab1549c"
150+
integrity sha512-/6FKxSTWoJdbsLDF8tdIjaRiFXiE6UHsEHE3OPI/cwPURCVi1ukP0gmLn7XWEiFk5TcwQjjY5PWsU+j+tgXgmw==
129151

130152
commander@^2.19.0:
131153
version "2.20.3"

0 commit comments

Comments
 (0)