From 3ae55523728ee7d6ef8663495b34bc2e8954961d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:27:18 +0000 Subject: [PATCH] chore(deps): bump @actions/github from 7.0.0 to 8.0.0 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 7.0.0 to 8.0.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: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 64b7518..649444e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^2.0.1", - "@actions/github": "^7.0.0", + "@actions/github": "^8.0.0", "@octokit/graphql": "^9.0.3" }, "devDependencies": {