Skip to content

Commit 4fefc18

Browse files
committed
align octokit modules version with @actions/github v9
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 66d355c commit 4fefc18

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@actions/io": "^2.0.0",
5656
"@actions/tool-cache": "^3.0.1",
5757
"@azure/storage-blob": "^12.29.1",
58-
"@octokit/core": "^5.2.2",
59-
"@octokit/plugin-rest-endpoint-methods": "^10.4.1",
58+
"@octokit/core": "^7.0.6",
59+
"@octokit/plugin-rest-endpoint-methods": "^17.0.0",
6060
"@sigstore/bundle": "^4.0.0",
6161
"@sigstore/sign": "^4.1.0",
6262
"@sigstore/tuf": "^4.0.1",

yarn.lock

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,8 +1200,8 @@ __metadata:
12001200
"@eslint/compat": "npm:^2.0.0"
12011201
"@eslint/eslintrc": "npm:^3.3.3"
12021202
"@eslint/js": "npm:^9.39.2"
1203-
"@octokit/core": "npm:^5.2.2"
1204-
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.1"
1203+
"@octokit/core": "npm:^7.0.6"
1204+
"@octokit/plugin-rest-endpoint-methods": "npm:^17.0.0"
12051205
"@sigstore/bundle": "npm:^4.0.0"
12061206
"@sigstore/rekor-types": "npm:^4.0.0"
12071207
"@sigstore/sign": "npm:^4.1.0"
@@ -1968,7 +1968,7 @@ __metadata:
19681968
languageName: node
19691969
linkType: hard
19701970

1971-
"@octokit/core@npm:^5.2.1, @octokit/core@npm:^5.2.2":
1971+
"@octokit/core@npm:^5.2.1":
19721972
version: 5.2.2
19731973
resolution: "@octokit/core@npm:5.2.2"
19741974
dependencies:
@@ -2135,17 +2135,6 @@ __metadata:
21352135
languageName: node
21362136
linkType: hard
21372137

2138-
"@octokit/plugin-rest-endpoint-methods@npm:^10.4.1":
2139-
version: 10.4.1
2140-
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.1"
2141-
dependencies:
2142-
"@octokit/types": "npm:^12.6.0"
2143-
peerDependencies:
2144-
"@octokit/core": 5
2145-
checksum: 10/1090fc5a1bebb7b48c512e178f8ad69a3ef8332e583274972f3a3035e9be9200093e22a5dbfe0f71aa1a7a8817e54bb915af3c2a3f88db1311a2873cef176552
2146-
languageName: node
2147-
linkType: hard
2148-
21492138
"@octokit/plugin-rest-endpoint-methods@npm:^17.0.0":
21502139
version: 17.0.0
21512140
resolution: "@octokit/plugin-rest-endpoint-methods@npm:17.0.0"

0 commit comments

Comments
 (0)