Skip to content

Commit ea85163

Browse files
dependabot[bot]github-actions
andauthored
chore(deps): Bump @actions/github from 6.0.1 to 9.0.0 (#74)
* chore(deps): Bump @actions/github from 6.0.1 to 9.0.0 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 6.0.1 to 9.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: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [automated commit] lint format and import sort --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com>
1 parent 6ffc0dc commit ea85163

File tree

3 files changed

+58
-5
lines changed

3 files changed

+58
-5
lines changed

.yarn/install-state.gz

4.49 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"dependencies": {
7474
"@actions/core": "^1.11.1",
7575
"@actions/exec": "^1.1.1",
76-
"@actions/github": "^6.0.1",
76+
"@actions/github": "^9.0.0",
7777
"@playwright/test": "^1.58.2",
7878
"minimist": "^1.2.8",
7979
"octokit": "^5.0.5",

yarn.lock

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ __metadata:
5656
languageName: node
5757
linkType: hard
5858

59-
"@actions/github@npm:^6.0.0, @actions/github@npm:^6.0.1":
59+
"@actions/github@npm:^6.0.0":
6060
version: 6.0.1
6161
resolution: "@actions/github@npm:6.0.1"
6262
dependencies:
@@ -71,6 +71,21 @@ __metadata:
7171
languageName: node
7272
linkType: hard
7373

74+
"@actions/github@npm:^9.0.0":
75+
version: 9.0.0
76+
resolution: "@actions/github@npm:9.0.0"
77+
dependencies:
78+
"@actions/http-client": "npm:^3.0.2"
79+
"@octokit/core": "npm:^7.0.6"
80+
"@octokit/plugin-paginate-rest": "npm:^14.0.0"
81+
"@octokit/plugin-rest-endpoint-methods": "npm:^17.0.0"
82+
"@octokit/request": "npm:^10.0.7"
83+
"@octokit/request-error": "npm:^7.1.0"
84+
undici: "npm:^6.23.0"
85+
checksum: 10c0/a4f1b5ea46a93fc477dce6ab600702e5221560f63432b790dd8d0240e86c596a38a6cf4fc23868ee588c1dd18f3c0af1608e17de5f2697a0147ee20e6a538df9
86+
languageName: node
87+
linkType: hard
88+
7489
"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.1.0, @actions/http-client@npm:^2.2.0, @actions/http-client@npm:^2.2.3":
7590
version: 2.2.3
7691
resolution: "@actions/http-client@npm:2.2.3"
@@ -81,6 +96,16 @@ __metadata:
8196
languageName: node
8297
linkType: hard
8398

99+
"@actions/http-client@npm:^3.0.2":
100+
version: 3.0.2
101+
resolution: "@actions/http-client@npm:3.0.2"
102+
dependencies:
103+
tunnel: "npm:^0.0.6"
104+
undici: "npm:^6.23.0"
105+
checksum: 10c0/b58eedef5a76d4341edf66cba5df3acb338e420ea1ab5223c3f5d0bf7f5cfaa56d5a5578f8a0b7a9ce50ccc06a0d2bb74aad4abf8bd7b5606b032bbe0b623c92
106+
languageName: node
107+
linkType: hard
108+
84109
"@actions/io@npm:^1.0.1":
85110
version: 1.1.3
86111
resolution: "@actions/io@npm:1.1.3"
@@ -1748,7 +1773,7 @@ __metadata:
17481773
languageName: node
17491774
linkType: hard
17501775

1751-
"@octokit/endpoint@npm:^11.0.2":
1776+
"@octokit/endpoint@npm:^11.0.2, @octokit/endpoint@npm:^11.0.3":
17521777
version: 11.0.3
17531778
resolution: "@octokit/endpoint@npm:11.0.3"
17541779
dependencies:
@@ -2102,7 +2127,7 @@ __metadata:
21022127
languageName: node
21032128
linkType: hard
21042129

2105-
"@octokit/request-error@npm:^7.0.0, @octokit/request-error@npm:^7.0.2":
2130+
"@octokit/request-error@npm:^7.0.0, @octokit/request-error@npm:^7.0.2, @octokit/request-error@npm:^7.1.0":
21062131
version: 7.1.0
21072132
resolution: "@octokit/request-error@npm:7.1.0"
21082133
dependencies:
@@ -2124,6 +2149,20 @@ __metadata:
21242149
languageName: node
21252150
linkType: hard
21262151

2152+
"@octokit/request@npm:^10.0.7":
2153+
version: 10.0.8
2154+
resolution: "@octokit/request@npm:10.0.8"
2155+
dependencies:
2156+
"@octokit/endpoint": "npm:^11.0.3"
2157+
"@octokit/request-error": "npm:^7.0.2"
2158+
"@octokit/types": "npm:^16.0.0"
2159+
fast-content-type-parse: "npm:^3.0.0"
2160+
json-with-bigint: "npm:^3.5.3"
2161+
universal-user-agent: "npm:^7.0.2"
2162+
checksum: 10c0/7ee384dbeb489d4e00856eeaaf6a70060c61b036919c539809c3288e2ba14b8f3f63a5b16b8d5b7fdc93d7b6fa5c45bc3d181a712031279f6e192f019e52d7fe
2163+
languageName: node
2164+
linkType: hard
2165+
21272166
"@octokit/request@npm:^5.6.0, @octokit/request@npm:^5.6.3":
21282167
version: 5.6.3
21292168
resolution: "@octokit/request@npm:5.6.3"
@@ -6414,6 +6453,13 @@ __metadata:
64146453
languageName: node
64156454
linkType: hard
64166455

6456+
"json-with-bigint@npm:^3.5.3":
6457+
version: 3.5.3
6458+
resolution: "json-with-bigint@npm:3.5.3"
6459+
checksum: 10c0/df102e21ae8f54e48d77bbed0d67ac00527910a0d1fed5d3e2def0f7fe63277ff3202a449cc9c8bdb73298d97ae2784d5181f80d91866ad5c9dab59c0336d56e
6460+
languageName: node
6461+
linkType: hard
6462+
64176463
"json5@npm:^2.2.2, json5@npm:^2.2.3":
64186464
version: 2.2.3
64196465
resolution: "json5@npm:2.2.3"
@@ -8585,6 +8631,13 @@ __metadata:
85858631
languageName: node
85868632
linkType: hard
85878633

8634+
"undici@npm:^6.23.0":
8635+
version: 6.23.0
8636+
resolution: "undici@npm:6.23.0"
8637+
checksum: 10c0/d846b3fdfd05aa6081ba1eab5db6bbc21b283042c7a43722b86d1ee2bf749d7c990ceac0c809f9a07ffd88b1b0f4c0f548a8362c035088cb1997d63abdda499c
8638+
languageName: node
8639+
linkType: hard
8640+
85888641
"undici@npm:^7.8.0":
85898642
version: 7.22.0
85908643
resolution: "undici@npm:7.22.0"
@@ -8855,7 +8908,7 @@ __metadata:
88558908
dependencies:
88568909
"@actions/core": "npm:^1.11.1"
88578910
"@actions/exec": "npm:^1.1.1"
8858-
"@actions/github": "npm:^6.0.1"
8911+
"@actions/github": "npm:^9.0.0"
88598912
"@custom-elements-manifest/analyzer": "npm:^0.11.0"
88608913
"@github/local-action": "npm:^5.2.0"
88618914
"@jest/globals": "npm:^30.2.0"

0 commit comments

Comments
 (0)