diff --git a/package.json b/package.json index 3ef0bab..bce7961 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", - "@actions/github": "^9.0.0" + "@actions/github": "^9.1.0" }, "devDependencies": { "@actions/glob": "^0.6.1", diff --git a/yarn.lock b/yarn.lock index 1315a8f..47f295f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,10 +17,10 @@ dependencies: "@actions/io" "^3.0.2" -"@actions/github@^9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@actions/github/-/github-9.0.0.tgz#c86dae4128b2a6987271e2663bee9e766464840a" - integrity sha512-yJ0RoswsAaKcvkmpCE4XxBRiy/whH2SdTBHWzs0gi4wkqTDhXMChjSdqBz/F4AeiDlP28rQqL33iHb+kjAMX6w== +"@actions/github@^9.1.0": + version "9.1.0" + resolved "https://registry.yarnpkg.com/@actions/github/-/github-9.1.0.tgz#06f5b292eb207323d3f4381d30d3a12e3ba7e863" + integrity sha512-u0hDGQeCS+7VNoLA8hYG65RLdPLMaPGfka0sZ0up7P0AiShqfX6xcuXNteGkQ7X7Tod7AMNwHd4p7DS63i8zzA== dependencies: "@actions/http-client" "^3.0.2" "@octokit/core" "^7.0.6"