Skip to content

Commit 5686bf6

Browse files
fix(deps): bump @actions/github from 6.0.1 to 7.0.0 in /run
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 6.0.1 to 7.0.0. - [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-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7b65c0 commit 5686bf6

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@actions/core": "^2.0.2",
1616
"@actions/exec": "^2.0.0",
17-
"@actions/github": "^6.0.1",
17+
"@actions/github": "^7.0.0",
1818
"@types/temp": "^0.9.4",
1919
"action-docs": "^2.5.1",
2020
"temp": "^0.9.4"

run/yarn.lock

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,19 @@
1717
dependencies:
1818
"@actions/io" "^2.0.0"
1919

20-
"@actions/github@^6.0.1":
21-
version "6.0.1"
22-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-6.0.1.tgz#76e5f96df062c90635a7181ef45ff1c4ac21306e"
23-
integrity sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==
20+
"@actions/github@^7.0.0":
21+
version "7.0.0"
22+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-7.0.0.tgz#04366e4fcf76d5a357ef98c51902a34c2b671494"
23+
integrity sha512-PyGODO938aoBTZd/IfN/+e+Pd5hUcVpyf+thm4CPESLeqhdSkq5QwMTGX9v84XHE1ifmHWBQ60KB8kIgm96opw==
2424
dependencies:
25-
"@actions/http-client" "^2.2.0"
25+
"@actions/http-client" "^3.0.1"
2626
"@octokit/core" "^5.0.1"
2727
"@octokit/plugin-paginate-rest" "^9.2.2"
2828
"@octokit/plugin-rest-endpoint-methods" "^10.4.0"
2929
"@octokit/request" "^8.4.1"
3030
"@octokit/request-error" "^5.1.1"
3131
undici "^5.28.5"
3232

33-
"@actions/http-client@^2.2.0":
34-
version "2.2.3"
35-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.2.3.tgz#31fc0b25c0e665754ed39a9f19a8611fc6dab674"
36-
integrity sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==
37-
dependencies:
38-
tunnel "^0.0.6"
39-
undici "^5.25.4"
40-
4133
"@actions/http-client@^3.0.1":
4234
version "3.0.1"
4335
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.1.tgz#0ac91c3abf179a401e23d40abf0d7caa92324268"
@@ -3470,7 +3462,7 @@ undici-types@~7.16.0:
34703462
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
34713463
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
34723464

3473-
undici@^5.25.4, undici@^5.28.5:
3465+
undici@^5.28.5:
34743466
version "5.29.0"
34753467
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
34763468
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==

0 commit comments

Comments
 (0)