From e08448444bb8c2184c54ab118c3d9865b3a518d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:00:12 +0000 Subject: [PATCH] Bump @actions/github from 8.0.1 to 9.1.1 in /pr-checks 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] --- pr-checks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr-checks/package.json b/pr-checks/package.json index f5d5746896..8907403666 100644 --- a/pr-checks/package.json +++ b/pr-checks/package.json @@ -3,7 +3,7 @@ "description": "Dependencies for the sync.ts", "dependencies": { "@actions/core": "^2.0.3", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "@octokit/core": "^7.0.6", "@octokit/plugin-paginate-rest": ">=9.2.2", "@octokit/plugin-rest-endpoint-methods": "^17.0.0",