Skip to content

Commit 0ad4b8f

Browse files
authored
Prep Release v4.1.4 (#1704)
* Update package.json and package-lock.json to reflect v4.1.4 * Update CHANGELOG
1 parent 43045ae commit 0ad4b8f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## v4.1.4
4+
- Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by @jww3 in https://github.com/actions/checkout/pull/1692
5+
- Add dependabot config by @cory-miller in https://github.com/actions/checkout/pull/1688
6+
- Bump the minor-actions-dependencies group with 2 updates by @dependabot in https://github.com/actions/checkout/pull/1693
7+
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in https://github.com/actions/checkout/pull/1643
8+
9+
## v4.1.3
10+
- Check git version before attempting to disable `sparse-checkout` by @jww3 in https://github.com/actions/checkout/pull/1656
11+
- Add SSH user parameter by @cory-miller in https://github.com/actions/checkout/pull/1685
12+
- Update `actions/checkout` version in `update-main-version.yml` by @jww3 in https://github.com/actions/checkout/pull/1650
13+
314
## v4.1.2
415
- Fix: Disable sparse checkout whenever `sparse-checkout` option is not present @dscho in https://github.com/actions/checkout/pull/1598
516

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

0 commit comments

Comments
 (0)