Skip to content

Commit baa2ac3

Browse files
Update dependency @actions/github to v9
1 parent efff282 commit baa2ac3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@actions/core": "^1.2.6",
14-
"@actions/github": "^8.0.0"
14+
"@actions/github": "^9.0.0"
1515
},
1616
"devDependencies": {
1717
"@types/node": "^24.0.0",

yarn.lock

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

20-
"@actions/github@^8.0.0":
21-
version "8.0.1"
22-
resolved "https://registry.yarnpkg.com/@actions/github/-/github-8.0.1.tgz#8ac450817edc4c4d7db97bf132193269d87b2fa5"
23-
integrity sha512-cue7mS+kx1/2Dnc/094pitRUm+0uPXVXYVaqOdZwD15BsXATWYHW3idJDYOlyBc5gJlzAQ/w5YLU4LR8D7hjVg==
20+
"@actions/github@^9.0.0":
21+
version "9.0.0"
22+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-9.0.0.tgz#c86dae4128b2a6987271e2663bee9e766464840a"
23+
integrity sha512-yJ0RoswsAaKcvkmpCE4XxBRiy/whH2SdTBHWzs0gi4wkqTDhXMChjSdqBz/F4AeiDlP28rQqL33iHb+kjAMX6w==
2424
dependencies:
2525
"@actions/http-client" "^3.0.2"
2626
"@octokit/core" "^7.0.6"

0 commit comments

Comments
 (0)