From 0fe236c199713a6283c98dd9eecf379a3f805222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:53:35 +0000 Subject: [PATCH] build(deps): bump @actions/github from 9.0.0 to 9.1.0 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 9.0.0 to 9.1.0. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d9a92d9..d3bccc6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@actions/cache": "^6.0.0", "@actions/core": "^3.0.0", "@actions/exec": "^3.0.0", - "@actions/github": "^9.0.0", + "@actions/github": "^9.1.0", "@actions/http-client": "^4.0.0", "@actions/io": "^3.0.2", "@actions/tool-cache": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 7f8ca04..2b28141 100644 --- a/yarn.lock +++ b/yarn.lock @@ -85,6 +85,21 @@ __metadata: languageName: node linkType: hard +"@actions/github@npm:^9.1.0": + version: 9.1.0 + resolution: "@actions/github@npm:9.1.0" + dependencies: + "@actions/http-client": "npm:^3.0.2" + "@octokit/core": "npm:^7.0.6" + "@octokit/plugin-paginate-rest": "npm:^14.0.0" + "@octokit/plugin-rest-endpoint-methods": "npm:^17.0.0" + "@octokit/request": "npm:^10.0.7" + "@octokit/request-error": "npm:^7.1.0" + undici: "npm:^6.23.0" + checksum: 10/ed5b50e5e4e59d4feeb2952f8f27ea50a7abc470f4a63b319ab009104f0729ef2788e164a07cf0cccdc7dd27352bad8599923906bcc7d19ea65309321a7fac45 + languageName: node + linkType: hard + "@actions/glob@npm:^0.6.1": version: 0.6.1 resolution: "@actions/glob@npm:0.6.1" @@ -374,7 +389,7 @@ __metadata: "@actions/cache": "npm:^6.0.0" "@actions/core": "npm:^3.0.0" "@actions/exec": "npm:^3.0.0" - "@actions/github": "npm:^9.0.0" + "@actions/github": "npm:^9.1.0" "@actions/http-client": "npm:^4.0.0" "@actions/io": "npm:^3.0.2" "@actions/tool-cache": "npm:^4.0.0"