Skip to content

Commit 9bb5618

Browse files
authored
Prep for release of v4.1.2 (#1649)
* Add v4.1.2 and v4.1.1 to CHANGELOG.md * Bump version in package.json to 4.1.2 * Ran `npm i` to regenerate package-lock.json
1 parent 8eb1f6a commit 9bb5618

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## v4.1.2
4+
- Fix: Disable sparse checkout whenever `sparse-checkout` option is not present @dscho in https://github.com/actions/checkout/pull/1598
5+
6+
## v4.1.1
7+
- Correct link to GitHub Docs by @peterbe in https://github.com/actions/checkout/pull/1511
8+
- Link to release page from what's new section by @cory-miller in https://github.com/actions/checkout/pull/1514
9+
310
## v4.1.0
411
- [Add support for partial checkout filters](https://github.com/actions/checkout/pull/1396)
512

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout",
3-
"version": "4.1.0",
3+
"version": "4.1.2",
44
"description": "checkout action",
55
"main": "lib/main.js",
66
"scripts": {
@@ -52,4 +52,4 @@
5252
"ts-jest": "^27.0.7",
5353
"typescript": "^4.4.4"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)