Skip to content

Commit d632683

Browse files
authored
Prepare 4.2.0 release (#1878)
* Bump package version to 4.1.8 * Add v4.1.8 changelog * Bump version to `4.2.0`
1 parent 6d193bf commit d632683

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## v4.2.0
4+
5+
* Add Ref and Commit outputs by @lucacome in https://github.com/actions/checkout/pull/1180
6+
* Dependency updates by @dependabot- https://github.com/actions/checkout/pull/1777, https://github.com/actions/checkout/pull/1872
7+
38
## v4.1.7
49
* Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in https://github.com/actions/checkout/pull/1739
510
* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/checkout/pull/1697

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

0 commit comments

Comments
 (0)