From c2cd5374c6d9c46758a5aada4b591d0138e4bf6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:13:31 +0000 Subject: [PATCH] Bump @actions/github from 9.0.0 to 9.1.1 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 9.0.0 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-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 83defe5..800f0a4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^2.0.0", - "@actions/github": "^9.0.0", + "@actions/github": "^9.1.1", "@electron/github-app-auth": "^3.2.0", "axios": "^1.18.0", "yaml": "^2.8.3" diff --git a/yarn.lock b/yarn.lock index e362c5d..01eb1b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,9 +24,9 @@ __metadata: languageName: node linkType: hard -"@actions/github@npm:^9.0.0": - version: 9.0.0 - resolution: "@actions/github@npm:9.0.0" +"@actions/github@npm:^9.1.1": + version: 9.1.1 + resolution: "@actions/github@npm:9.1.1" dependencies: "@actions/http-client": "npm:^3.0.2" "@octokit/core": "npm:^7.0.6" @@ -35,7 +35,7 @@ __metadata: "@octokit/request": "npm:^10.0.7" "@octokit/request-error": "npm:^7.1.0" undici: "npm:^6.23.0" - checksum: 10c0/a4f1b5ea46a93fc477dce6ab600702e5221560f63432b790dd8d0240e86c596a38a6cf4fc23868ee588c1dd18f3c0af1608e17de5f2697a0147ee20e6a538df9 + checksum: 10c0/044783dfbe075eddf7323faba6d07b34f6bc7dd0b44df059f1cfbe03ab1c3a341ce720088ff2a46eeb721ada18d91137961f7802976548c9753046ac5f4f8398 languageName: node linkType: hard @@ -2862,7 +2862,7 @@ __metadata: resolution: "github-app-auth-action@workspace:." dependencies: "@actions/core": "npm:^2.0.0" - "@actions/github": "npm:^9.0.0" + "@actions/github": "npm:^9.1.1" "@electron/github-app-auth": "npm:^3.2.0" "@types/node": "npm:^20.5.6" "@typescript-eslint/eslint-plugin": "npm:^6.4.1"