Skip to content

Commit fb09f7c

Browse files
chore(deps): bump @actions/github from 5.0.0 to 5.0.1 (#167)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 278d54d commit fb09f7c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.js",
66
"dependencies": {
77
"@actions/core": "^1.6.0",
8-
"@actions/github": "^5.0.0",
8+
"@actions/github": "^5.0.1",
99
"@barecheck/core": "^0.2.3"
1010
},
1111
"devDependencies": {

yarn.lock

Lines changed: 10 additions & 10 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"
@@ -296,7 +296,7 @@
296296
dependencies:
297297
"@octokit/types" "^6.0.3"
298298

299-
"@octokit/core@^3.4.0", "@octokit/core@^3.6.0":
299+
"@octokit/core@^3.6.0":
300300
version "3.6.0"
301301
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
302302
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
@@ -332,14 +332,14 @@
332332
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-11.2.0.tgz#b38d7fc3736d52a1e96b230c1ccd4a58a2f400a6"
333333
integrity sha512-PBsVO+15KSlGmiI8QAzaqvsNlZlrDlyAJYcrXBCvVUxCp7VnXjkwPoFHgjEJXx3WF9BAwkA6nfCUA7i9sODzKA==
334334

335-
"@octokit/plugin-paginate-rest@^2.13.3":
335+
"@octokit/plugin-paginate-rest@^2.17.0":
336336
version "2.17.0"
337337
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7"
338338
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
339339
dependencies:
340340
"@octokit/types" "^6.34.0"
341341

342-
"@octokit/plugin-rest-endpoint-methods@^5.1.1":
342+
"@octokit/plugin-rest-endpoint-methods@^5.13.0":
343343
version "5.13.0"
344344
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba"
345345
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==

0 commit comments

Comments
 (0)