Skip to content

Commit 11bd719

Browse files
jww3joshmgross
andauthored
Prepare 4.2.2 Release (#1953)
* Prepare 4.2.2 Release --------- Co-authored-by: Josh Gross <[email protected]>
1 parent e3d2460 commit 11bd719

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v4.2.2
4+
* `url-helper.ts` now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941
5+
* Expand unit test coverage for `isGhes` by @jww3 in https://github.com/actions/checkout/pull/1946
6+
37
## v4.2.1
48
* Check out other refs/* by commit if provided, fall back to ref by @orhantoy in https://github.com/actions/checkout/pull/1924
59

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)