Release @actions/github v8.0.1

This commit is contained in:
Daniel Kennedy
2026-01-27 10:29:06 -05:00
parent 968fd7f8d3
commit c0ef67ec49
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,5 +1,10 @@
# @actions/github Releases # @actions/github Releases
### 8.0.1
- Update `undici` to `6.23.0`
- Update `@actions/http-client` to `3.0.2`
### 8.0.0 ### 8.0.0
- Update @octokit dependencies - Update @octokit dependencies
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "8.0.0", "version": "8.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@actions/github", "name": "@actions/github",
"version": "8.0.0", "version": "8.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/http-client": "^3.0.2", "@actions/http-client": "^3.0.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@actions/github", "name": "@actions/github",
"version": "8.0.0", "version": "8.0.1",
"description": "Actions github lib", "description": "Actions github lib",
"keywords": [ "keywords": [
"github", "github",