From 2db5c0b55e13de35ff2e524a9537f6a90256c73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 06:04:24 +0000 Subject: [PATCH] Bump @actions/github from 8.0.1 to 9.1.0 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 8.0.1 to 9.1.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: 9.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a9a2daa6861..58866cafb6ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,7 +114,7 @@ }, "devDependencies": { "@actions/core": "^3.0.0", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.0", "@axe-core/playwright": "^4.11.1", "@eslint/js": "^9.39.3", "@github/markdownlint-github": "^0.6.3", @@ -237,9 +237,9 @@ } }, "node_modules/@actions/github": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-8.0.1.tgz", - "integrity": "sha512-cue7mS+kx1/2Dnc/094pitRUm+0uPXVXYVaqOdZwD15BsXATWYHW3idJDYOlyBc5gJlzAQ/w5YLU4LR8D7hjVg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.0.tgz", + "integrity": "sha512-u0hDGQeCS+7VNoLA8hYG65RLdPLMaPGfka0sZ0up7P0AiShqfX6xcuXNteGkQ7X7Tod7AMNwHd4p7DS63i8zzA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d8e3a9237620..b7473760bf4b 100644 --- a/package.json +++ b/package.json @@ -274,7 +274,7 @@ }, "devDependencies": { "@actions/core": "^3.0.0", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.0", "@axe-core/playwright": "^4.11.1", "@eslint/js": "^9.39.3", "@github/markdownlint-github": "^0.6.3",