Skip to content

Commit a5ac7e5

Browse files
authored
Update for 4.1.6 release (#1733)
1 parent 24ed1a3 commit a5ac7e5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## v4.1.6
4+
* Check platform to set archive extension appropriately by @cory-miller in https://github.com/actions/checkout/pull/1732
5+
6+
## v4.1.5
7+
* Update NPM dependencies by @cory-miller in https://github.com/actions/checkout/pull/1703
8+
* Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/actions/checkout/pull/1694
9+
* Bump actions/setup-node from 1 to 4 by @dependabot in https://github.com/actions/checkout/pull/1696
10+
* Bump actions/upload-artifact from 2 to 4 by @dependabot in https://github.com/actions/checkout/pull/1695
11+
* README: Suggest `user.email` to be `41898282+github-actions[bot]@users.noreply.github.com` by @cory-miller in https://github.com/actions/checkout/pull/1707
12+
313
## v4.1.4
414
- Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by @jww3 in https://github.com/actions/checkout/pull/1692
515
- Add dependabot config by @cory-miller in https://github.com/actions/checkout/pull/1688

package-lock.json

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

0 commit comments

Comments
 (0)