diff --git a/package.json b/package.json index 04c9cd8..8818aae 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "license": "Apache 2.0", "dependencies": { "@actions/core": "^2.0.3", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "axios": "1.15.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 3fa5166..e90adff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,10 +17,10 @@ dependencies: "@actions/io" "^2.0.0" -"@actions/github@^8.0.1": - version "8.0.1" - resolved "https://registry.yarnpkg.com/@actions/github/-/github-8.0.1.tgz#8ac450817edc4c4d7db97bf132193269d87b2fa5" - integrity sha512-cue7mS+kx1/2Dnc/094pitRUm+0uPXVXYVaqOdZwD15BsXATWYHW3idJDYOlyBc5gJlzAQ/w5YLU4LR8D7hjVg== +"@actions/github@^9.1.1": + version "9.1.1" + resolved "https://registry.yarnpkg.com/@actions/github/-/github-9.1.1.tgz#b93be4c36a46cc67cc94d6dfd33c1e33b9c59a6f" + integrity sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA== dependencies: "@actions/http-client" "^3.0.2" "@octokit/core" "^7.0.6"