Skip to content

Commit 36669e4

Browse files
fix(deps): update dependency @actions/github to v7
1 parent 42ad236 commit 36669e4

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

.github/actions/file-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@actions/artifact": "2.3.2",
2626
"@actions/core": "1.11.1",
27-
"@actions/github": "6.0.1",
27+
"@actions/github": "7.0.0",
2828
"@actions/glob": "0.5.0",
2929
"diff": "8.0.2",
3030
"diff2html": "3.4.55"

yarn.lock

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ __metadata:
4444
languageName: node
4545
linkType: hard
4646

47-
"@actions/github@npm:6.0.1":
48-
version: 6.0.1
49-
resolution: "@actions/github@npm:6.0.1"
47+
"@actions/github@npm:7.0.0":
48+
version: 7.0.0
49+
resolution: "@actions/github@npm:7.0.0"
5050
dependencies:
51-
"@actions/http-client": "npm:^2.2.0"
51+
"@actions/http-client": "npm:^3.0.1"
5252
"@octokit/core": "npm:^5.0.1"
5353
"@octokit/plugin-paginate-rest": "npm:^9.2.2"
5454
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.0"
5555
"@octokit/request": "npm:^8.4.1"
5656
"@octokit/request-error": "npm:^5.1.1"
5757
undici: "npm:^5.28.5"
58-
checksum: 10c0/eaa4109eb1c6ccda5d0c261c4401b8d8ebf0b3f871eb553e1e7a53b86455ad0a7dc7f443c8351aba4fbad979070511f7f86ca84a9056449ef053066cfdb3576b
58+
checksum: 10c0/830039821d00efec8d0899c0b6ccd7e7ae27ea5dee50ff6d6277f4e19e582fa00576539df64a0b970211973f80792cff85727f3a3a4b53366ff5194209fe5c60
5959
languageName: node
6060
linkType: hard
6161

@@ -81,7 +81,7 @@ __metadata:
8181
languageName: node
8282
linkType: hard
8383

84-
"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.1.0, @actions/http-client@npm:^2.2.0":
84+
"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.1.0":
8585
version: 2.2.3
8686
resolution: "@actions/http-client@npm:2.2.3"
8787
dependencies:
@@ -91,6 +91,16 @@ __metadata:
9191
languageName: node
9292
linkType: hard
9393

94+
"@actions/http-client@npm:^3.0.1":
95+
version: 3.0.2
96+
resolution: "@actions/http-client@npm:3.0.2"
97+
dependencies:
98+
tunnel: "npm:^0.0.6"
99+
undici: "npm:^6.23.0"
100+
checksum: 10c0/b58eedef5a76d4341edf66cba5df3acb338e420ea1ab5223c3f5d0bf7f5cfaa56d5a5578f8a0b7a9ce50ccc06a0d2bb74aad4abf8bd7b5606b032bbe0b623c92
101+
languageName: node
102+
linkType: hard
103+
94104
"@actions/io@npm:^1.0.1":
95105
version: 1.1.3
96106
resolution: "@actions/io@npm:1.1.3"
@@ -5256,7 +5266,7 @@ __metadata:
52565266
dependencies:
52575267
"@actions/artifact": "npm:2.3.2"
52585268
"@actions/core": "npm:1.11.1"
5259-
"@actions/github": "npm:6.0.1"
5269+
"@actions/github": "npm:7.0.0"
52605270
"@actions/glob": "npm:0.5.0"
52615271
diff: "npm:8.0.2"
52625272
diff2html: "npm:3.4.55"
@@ -16533,6 +16543,13 @@ __metadata:
1653316543
languageName: node
1653416544
linkType: hard
1653516545

16546+
"undici@npm:^6.23.0":
16547+
version: 6.23.0
16548+
resolution: "undici@npm:6.23.0"
16549+
checksum: 10c0/d846b3fdfd05aa6081ba1eab5db6bbc21b283042c7a43722b86d1ee2bf749d7c990ceac0c809f9a07ffd88b1b0f4c0f548a8362c035088cb1997d63abdda499c
16550+
languageName: node
16551+
linkType: hard
16552+
1653616553
"unicode-emoji-modifier-base@npm:^1.0.0":
1653716554
version: 1.0.0
1653816555
resolution: "unicode-emoji-modifier-base@npm:1.0.0"

0 commit comments

Comments
 (0)