template-instance
template-instance copied to clipboard
Bump peter-evans/create-pull-request from 3.10.0 to 4.2.0
Bumps peter-evans/create-pull-request from 3.10.0 to 4.2.0.
Release notes
Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v4.2.0
⚙️ Improves the proxy implementation to properly support the standard environment variables
http_proxy
,https_proxy
andno_proxy
What's Changed
- feat: switch proxy implementation by
@peter-evans
in peter-evans/create-pull-request#1269Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.1.4...v4.2.0
Create Pull Request v4.1.4
⚙️ Bumps
@actions/core
to transition away from deprecated runner commands.What's Changed
- build(deps): bump
@actions/core
to 1.10.0 by@peter-evans
in peter-evans/create-pull-request#1274- build(deps): bump
@actions/exec
from 1.1.0 to 1.1.1 by@dependabot
in peter-evans/create-pull-request#1279- build(deps): bump
@actions/io
from 1.1.1 to 1.1.2 by@dependabot
in peter-evans/create-pull-request#1280Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.1.3...v4.1.4
Create Pull Request v4.1.3
What's Changed
- fix: replace use of any type by
@peter-evans
in peter-evans/create-pull-request#1251- fix: only strip optional '.git' suffix from https server remote name and not 'Xgit' by
@campersau
in peter-evans/create-pull-request#1257- Update distribution by
@github-actions
in peter-evans/create-pull-request#1260New Contributors
@campersau
made their first contribution in peter-evans/create-pull-request#1257Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.1.2...v4.1.3
Create Pull Request v4.1.2
What's Changed
- ci: add workflow permissions by
@peter-evans
in peter-evans/create-pull-request#1220- build(deps): bump
@actions/core
from 1.6.0 to 1.9.1 by@dependabot
in peter-evans/create-pull-request#1219- Update distribution by
@github-actions
in peter-evans/create-pull-request#1229- test: update the test execution env by
@peter-evans
in peter-evans/create-pull-request#1235- fix: improve logging when checking fork by
@peter-evans
in peter-evans/create-pull-request#1246Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.1.1...v4.1.2
Create Pull Request v4.1.1
⚙️ Fixes an issue that occurred on Windows runners when CRLF is auto-replaced by LF by Git. peter-evans/create-pull-request#1202
What's Changed
- fix: handle nothing to commit when autocrlf is set by
@peter-evans
in peter-evans/create-pull-request#1211- Update distribution by
@github-actions
in peter-evans/create-pull-request#1216
... (truncated)
Commits
b4d5173
feat: switch proxy implementation (#1269)ad43dcc
build(deps): bump@actions/io
from 1.1.1 to 1.1.2 (#1280)c2f9cef
build(deps): bump@actions/exec
from 1.1.0 to 1.1.1 (#1279)b67934c
ci: update dependabotef83023
build(deps): bump@actions/core
to 1.10.0 (#1274)671dc9c
build: update distribution (#1260)ddab646
fix: only strip optional '.git' suffix from https server remote name and not ...3f9dbd5
fix: replace use of any type (#1251)171dd55
fix: improve logging when checking fork (#1246)6e59b07
test: update the test execution env (#1235)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)