Skip to content

Commit 10585cb

Browse files
Bump @actions/github from 6.0.0 to 6.0.1 (#525)
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 6.0.0 to 6.0.1. - [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: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1896b4f commit 10585cb

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@actions/core": "^1.11.1",
50-
"@actions/github": "^6.0.0",
50+
"@actions/github": "^6.0.1",
5151
"@types/node": "^22.15.18",
5252
"glob": "^11.0.2",
5353
"untildify": "^4.0.0"

yarn.lock

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@
1717
dependencies:
1818
"@actions/io" "^1.0.1"
1919

20-
"@actions/github@^6.0.0":
21-
version "6.0.0"
22-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-6.0.0.tgz#65883433f9d81521b782a64cc1fd45eef2191ea7"
23-
integrity sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==
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==
2424
dependencies:
2525
"@actions/http-client" "^2.2.0"
2626
"@octokit/core" "^5.0.1"
27-
"@octokit/plugin-paginate-rest" "^9.0.0"
28-
"@octokit/plugin-rest-endpoint-methods" "^10.0.0"
27+
"@octokit/plugin-paginate-rest" "^9.2.2"
28+
"@octokit/plugin-rest-endpoint-methods" "^10.4.0"
29+
"@octokit/request" "^8.4.1"
30+
"@octokit/request-error" "^5.1.1"
31+
undici "^5.28.5"
2932

3033
"@actions/http-client@^2.0.1", "@actions/http-client@^2.2.0":
3134
version "2.2.0"
@@ -990,19 +993,19 @@
990993
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-23.0.1.tgz#3721646ecd36b596ddb12650e0e89d3ebb2dd50e"
991994
integrity sha512-izFjMJ1sir0jn0ldEKhZ7xegCTj/ObmEDlEfpFrx4k/JyZSMRHbO3/rBwgE7f3m2DHt+RrNGIVw4wSmwnm3t/g==
992995

993-
"@octokit/plugin-paginate-rest@^9.0.0":
996+
"@octokit/plugin-paginate-rest@^9.2.2":
994997
version "9.2.2"
995998
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz#c516bc498736bcdaa9095b9a1d10d9d0501ae831"
996999
integrity sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==
9971000
dependencies:
9981001
"@octokit/types" "^12.6.0"
9991002

1000-
"@octokit/plugin-rest-endpoint-methods@^10.0.0":
1001-
version "10.2.0"
1002-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.2.0.tgz#eeaa4de97a2ae26404dea30ce3e17b11928e027c"
1003-
integrity sha512-ePbgBMYtGoRNXDyKGvr9cyHjQ163PbwD0y1MkDJCpkO2YH4OeXX40c4wYHKikHGZcpGPbcRLuy0unPUuafco8Q==
1003+
"@octokit/plugin-rest-endpoint-methods@^10.4.0":
1004+
version "10.4.1"
1005+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz#41ba478a558b9f554793075b2e20cd2ef973be17"
1006+
integrity sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==
10041007
dependencies:
1005-
"@octokit/types" "^12.3.0"
1008+
"@octokit/types" "^12.6.0"
10061009

10071010
"@octokit/request-error@^5.0.0", "@octokit/request-error@^5.1.1":
10081011
version "5.1.1"
@@ -1013,7 +1016,7 @@
10131016
deprecation "^2.0.0"
10141017
once "^1.4.0"
10151018

1016-
"@octokit/request@^8.0.1", "@octokit/request@^8.0.2":
1019+
"@octokit/request@^8.0.1", "@octokit/request@^8.0.2", "@octokit/request@^8.4.1":
10171020
version "8.4.1"
10181021
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.4.1.tgz#715a015ccf993087977ea4365c44791fc4572486"
10191022
integrity sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==
@@ -1023,7 +1026,7 @@
10231026
"@octokit/types" "^13.1.0"
10241027
universal-user-agent "^6.0.0"
10251028

1026-
"@octokit/types@^12.0.0", "@octokit/types@^12.3.0":
1029+
"@octokit/types@^12.0.0":
10271030
version "12.4.0"
10281031
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.4.0.tgz#8f97b601e91ce6b9776ed8152217e77a71be7aac"
10291032
integrity sha512-FLWs/AvZllw/AGVs+nJ+ELCDZZJk+kY0zMen118xhL2zD0s1etIUHm1odgjP7epxYU1ln7SZxEUWYop5bhsdgQ==
@@ -2862,10 +2865,10 @@ undici-types@~6.21.0:
28622865
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
28632866
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
28642867

2865-
undici@^5.25.4:
2866-
version "5.28.5"
2867-
resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.5.tgz#b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b"
2868-
integrity sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA==
2868+
undici@^5.25.4, undici@^5.28.5:
2869+
version "5.29.0"
2870+
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
2871+
integrity sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==
28692872
dependencies:
28702873
"@fastify/busboy" "^2.0.0"
28712874

0 commit comments

Comments
 (0)