From b031ea2b2b2a973141e70e31a28d1807a2193b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:23:59 +0000 Subject: [PATCH] build(deps): Bump @actions/github from 8.0.1 to 9.1.1 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 8.0.1 to 9.1.1. - [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.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"