From df9d65a1a29eed7023f0dd8c248e6f82daa95808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:41:52 +0000 Subject: [PATCH] chore(deps): 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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fd4c0da..a298330 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "packageManager": "yarn@4.9.2", "dependencies": { "@actions/core": "^3.0.0", - "@actions/github": "^9.0.0", + "@actions/github": "^9.1.1", "@docker/actions-toolkit": "^0.90.0", "@renovate/pep440": "^1.0.0", "csv-parse": "^6.2.1", diff --git a/yarn.lock b/yarn.lock index 12c7bd4..93e5763 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2839,7 +2839,7 @@ __metadata: resolution: "docker-metadata-action@workspace:." dependencies: "@actions/core": "npm:^3.0.0" - "@actions/github": "npm:^9.0.0" + "@actions/github": "npm:^9.1.1" "@docker/actions-toolkit": "npm:^0.90.0" "@eslint/js": "npm:^9.39.3" "@renovate/pep440": "npm:^1.0.0"