Skip to content

Commit 3df4ab1

Browse files
authored
Release 4.0.0 (#1447)
* Release 4.0.0 * Add new major version to workflow
1 parent 8b5e8b7 commit 3df4ab1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/update-main-version.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
type: choice
1212
description: The major version to update
1313
options:
14+
- v4
1415
- v3
1516
- v2
1617

CHANGELOG.md

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

3+
## v4.0.0
4+
- [Support fetching without the --progress option](https://github.com/actions/checkout/pull/1067)
5+
- [Update to node20](https://github.com/actions/checkout/pull/1436)
6+
37
## v3.6.0
48
- [Fix: Mark test scripts with Bash'isms to be run via Bash](https://github.com/actions/checkout/pull/1377)
59
- [Add option to fetch tags even if fetch-depth > 0](https://github.com/actions/checkout/pull/579)

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

0 commit comments

Comments
 (0)