diff --git a/packages/artifact/package.json b/packages/artifact/package.json index 828fbde0..4b305c6d 100644 --- a/packages/artifact/package.json +++ b/packages/artifact/package.json @@ -1,6 +1,6 @@ { "name": "@actions/artifact", - "version": "5.0.1", + "version": "5.0.2", "preview": true, "description": "Actions artifact lib", "keywords": [ @@ -42,7 +42,7 @@ "dependencies": { "@actions/core": "^2.0.0", "@actions/github": "^6.0.1", - "@actions/http-client": "^3.0.0", + "@actions/http-client": "^3.0.1", "@azure/storage-blob": "^12.29.1", "@octokit/core": "^5.2.1", "@octokit/plugin-request-log": "^1.0.4", diff --git a/packages/attest/package.json b/packages/attest/package.json index 371c553f..de80a38d 100644 --- a/packages/attest/package.json +++ b/packages/attest/package.json @@ -1,6 +1,6 @@ { "name": "@actions/attest", - "version": "2.1.0", + "version": "2.1.1", "description": "Actions attestation lib", "keywords": [ "github", @@ -44,7 +44,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", - "@actions/http-client": "^2.2.3", + "@actions/http-client": "^3.0.1", "@octokit/plugin-retry": "^6.0.1", "@sigstore/bundle": "^3.1.0", "@sigstore/sign": "^3.1.0", diff --git a/packages/cache/package.json b/packages/cache/package.json index 01805d6e..ca2e145c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/cache", - "version": "5.0.1", + "version": "5.0.2", "preview": true, "description": "Actions cache lib", "keywords": [ @@ -41,7 +41,7 @@ "@actions/exec": "^2.0.0", "@actions/glob": "^0.5.0", "@protobuf-ts/runtime-rpc": "^2.11.1", - "@actions/http-client": "^3.0.0", + "@actions/http-client": "^3.0.1", "@actions/io": "^2.0.0", "@azure/abort-controller": "^1.1.0", "@azure/core-rest-pipeline": "^1.22.0", diff --git a/packages/core/package.json b/packages/core/package.json index ae9270fb..5645e727 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@actions/core", - "version": "2.0.1", + "version": "2.0.2", "description": "Actions core lib", "keywords": [ "github", @@ -37,7 +37,7 @@ }, "dependencies": { "@actions/exec": "^2.0.0", - "@actions/http-client": "^3.0.0" + "@actions/http-client": "^3.0.1" }, "devDependencies": { "@types/node": "^16.18.112" diff --git a/packages/github/package.json b/packages/github/package.json index 8e17050b..7d531b29 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "6.0.1", + "version": "6.0.2", "description": "Actions github lib", "keywords": [ "github", @@ -38,7 +38,7 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { - "@actions/http-client": "^2.2.0", + "@actions/http-client": "^3.0.1", "@octokit/core": "^5.0.1", "@octokit/plugin-paginate-rest": "^9.2.2", "@octokit/plugin-rest-endpoint-methods": "^10.4.0", diff --git a/packages/tool-cache/package.json b/packages/tool-cache/package.json index b3a64a5b..9bae0f21 100644 --- a/packages/tool-cache/package.json +++ b/packages/tool-cache/package.json @@ -1,6 +1,6 @@ { "name": "@actions/tool-cache", - "version": "2.0.2", + "version": "2.0.3", "description": "Actions tool-cache lib", "keywords": [ "github", @@ -38,7 +38,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.0.0", - "@actions/http-client": "^2.0.1", + "@actions/http-client": "^3.0.1", "@actions/io": "^1.1.1", "semver": "^6.1.0" },