From f0c90908dd737ed4feaf721b5fe764f8d4db80a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:44:54 +0000 Subject: [PATCH] chore(deps): bump @actions/github from 8.0.1 to 9.1.1 in /setup 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] --- setup/package-lock.json | 15 +++++++-------- setup/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/setup/package-lock.json b/setup/package-lock.json index aa160e6..efd5be4 100644 --- a/setup/package-lock.json +++ b/setup/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@actions/exec": "^1.1.1", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "@actions/http-client": "^3.0.2", "@actions/io": "^1.1.3", "@actions/tool-cache": "^3.0.1", @@ -74,10 +74,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==", - "license": "MIT", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "dependencies": { "@actions/http-client": "^3.0.2", "@octokit/core": "^7.0.6", @@ -6130,9 +6129,9 @@ } }, "@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.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "requires": { "@actions/http-client": "^3.0.2", "@octokit/core": "^7.0.6", diff --git a/setup/package.json b/setup/package.json index 247bfd7..8273ff9 100644 --- a/setup/package.json +++ b/setup/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@actions/exec": "^1.1.1", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "@actions/http-client": "^3.0.2", "@actions/io": "^1.1.3", "@actions/tool-cache": "^3.0.1",