From 36453a7787ee7938484fc1b894d7fb49b7e08997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 04:04:04 +0000 Subject: [PATCH] Bump @actions/http-client from 1.0.11 to 2.0.0 Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 1.0.11 to 2.0.0. - [Release notes](https://github.com/actions/toolkit/releases) - [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/http-client" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 58428b1..d8fd8a7 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@actions/core": "^1.6.0", "@actions/exec": "^1.1.1", - "@actions/http-client": "^1.0.11", + "@actions/http-client": "^2.0.0", "@actions/tool-cache": "^1.7.2", "semver": "^7.3.7", "tmp": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index e5d5ce5..cd345cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,6 +23,11 @@ dependencies: tunnel "0.0.6" +"@actions/http-client@^2.0.0": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.0.tgz#518c4af1e7045769d3e2ad8c2ce7f8b05224a9b3" + integrity sha512-fm1+OPPey5ypgStT9K8zbBhICj4J4UV/TJIHDhuWlkb8KyJaAtjcZK184dTqul0dV0nPKX97FNtDXX20BTLXSA== + "@actions/io@^1.0.1", "@actions/io@^1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66"