Bump @actions/http-client from 2.1.0 to 2.2.0

Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.1.0 to 2.2.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)

---
updated-dependencies:
- dependency-name: "@actions/http-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-29 16:44:27 +00:00
committed by GitHub
parent 6abbee335a
commit 971e36e6ad
2 changed files with 44 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@actions/http-client": "^2.1.0",
"@actions/http-client": "^2.2.0",
"@octokit/request-error": "^5.0.0",
"http-status-messages": "^1.1.0"
},