Skip to content

Commit

Permalink
build(deps): bump @actions/http-client from 2.2.0 to 2.2.1 (#290)
Browse files Browse the repository at this point in the history
* build(deps): bump @actions/http-client from 2.2.0 to 2.2.1

Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.2.0 to 2.2.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build: remove patch

Merged: actions/toolkit#1572

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: teatimeguest <teatimeguest@gmail.com>
  • Loading branch information
dependabot[bot] and teatimeguest committed Mar 9, 2024
1 parent bc94138 commit 1555e07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"fmt": "npm run dprint fmt",
"fmt-check": "run-p --aggregate-output -c 'dprint check' fmt-check:ec",
"fmt-check:ec": "git ls-files -z | xargs -0 ec",
"postinstall": "patch-package",
"licenses": "webpack -c packages/config/webpack/config.mjs",
"link-check": "markdown-link-check README.md",
"lint": "npm run -ws --if-present lint",
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/http-client": "^2.2.0",
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"ansi-styles": "^6.2.1",
Expand Down
35 changes: 0 additions & 35 deletions patches/@actions+http-client+2.2.0.patch

This file was deleted.

0 comments on commit 1555e07

Please sign in to comment.