From f54484e357ae5a0572bb1636f3988e6780052683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 11:24:16 +0000 Subject: [PATCH] chore(deps): Bump @actions/github from 6.0.1 to 9.1.1 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 6.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] --- packages/tinycode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tinycode/package.json b/packages/tinycode/package.json index ca8a2ba80..e3596d85e 100644 --- a/packages/tinycode/package.json +++ b/packages/tinycode/package.json @@ -71,7 +71,7 @@ }, "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.1", + "@actions/github": "9.1.1", "@agentclientprotocol/sdk": "0.21.0", "@ai-sdk/alibaba": "2.0.2", "@ai-sdk/amazon-bedrock": "5.0.2",