Skip to content

Commit eef6144

Browse files
authoredOct 7, 2024
Prepare 4.2.1 release (#1925)
1 parent 6b42224 commit eef6144

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v4.2.1
4+
* Check out other refs/* by commit if provided, fall back to ref by @orhantoy in https://github.com/actions/checkout/pull/1924
5+
36
## v4.2.0
47

58
* Add Ref and Commit outputs by @lucacome in https://github.com/actions/checkout/pull/1180

‎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.0",
3+
"version": "4.2.1",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Failed to load comments.