Skip to content

Commit c8e0f4c

Browse files
Update dependency @actions/github to v9
1 parent ae817fb commit c8e0f4c

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.1.1"
22+
resolved "https://registry.yarnpkg.com/@actions/github/-/github-9.1.1.tgz#b93be4c36a46cc67cc94d6dfd33c1e33b9c59a6f"
23+
integrity sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==
2424
dependencies:
2525
"@actions/http-client" "^3.0.2"
2626
"@octokit/core" "^7.0.6"

0 commit comments

Comments
 (0)