Skip to content

Commit 08eba0b

Browse files
authored
Prepare release v4.3.0 (#2237)
1 parent 631c7dc commit 08eba0b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## V4.3.0
4+
* docs: update README.md by @motss in https://github.com/actions/checkout/pull/1971
5+
* Add internal repos for checking out multiple repositories by @mouismail in https://github.com/actions/checkout/pull/1977
6+
* Documentation update - add recommended permissions to Readme by @benwells in https://github.com/actions/checkout/pull/2043
7+
* Adjust positioning of user email note and permissions heading by @joshmgross in https://github.com/actions/checkout/pull/2044
8+
* Update README.md by @nebuk89 in https://github.com/actions/checkout/pull/2194
9+
* Update CODEOWNERS for actions by @TingluoHuang in https://github.com/actions/checkout/pull/2224
10+
* Update package dependencies by @salmanmkc in https://github.com/actions/checkout/pull/2236
11+
312
## v4.2.2
413
* `url-helper.ts` now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941
514
* Expand unit test coverage for `isGhes` by @jww3 in https://github.com/actions/checkout/pull/1946

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)