chore: bump @actions/github to 9.1.0 for release

- Version bump 9.0.0 → 9.1.0 in package.json
- Update RELEASES.md with idempotency guard note and PR link
This commit is contained in:
Salman Chishti
2026-04-08 19:57:41 +00:00
committed by GitHub
parent 14a090004e
commit e4598e374b
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
### 9.1.0
- Append `actions_orchestration_id` to user-agent when `ACTIONS_ORCHESTRATION_ID` environment variable is set
- Export `getUserAgentWithOrchestrationId` from `@actions/github/lib/utils` for downstream consumers
- Append `actions_orchestration_id` to user-agent when the `ACTIONS_ORCHESTRATION_ID` environment variable is set [#2364](https://github.com/actions/toolkit/pull/2364)
### 9.0.0
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@actions/github",
"version": "9.0.0",
"version": "9.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@actions/github",
"version": "9.0.0",
"version": "9.1.0",
"license": "MIT",
"dependencies": {
"@actions/http-client": "^3.0.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "9.0.0",
"version": "9.1.0",
"description": "Actions github lib",
"keywords": [
"github",