Skip to content

Commit 1af3b93

Browse files
authored
update readme/changelog for v6 (#2311)
1 parent 71cf226 commit 1af3b93

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

3+
## V6.0.0
4+
* Persist creds to a separate file by @ericsciple in https://github.com/actions/checkout/pull/2286
5+
* Update README to include Node.js 24 support details and requirements by @salmanmkc in https://github.com/actions/checkout/pull/2248
6+
7+
## V5.0.1
8+
* Port v6 cleanup to v5 by @ericsciple in https://github.com/actions/checkout/pull/2301
9+
310
## V5.0.0
411
* Update actions checkout to use node 24 by @salmanmkc in https://github.com/actions/checkout/pull/2226
512

13+
## V4.3.1
14+
* Port v6 cleanup to v4 by @ericsciple in https://github.com/actions/checkout/pull/2305
615

716
## V4.3.0
817
* docs: update README.md by @motss in https://github.com/actions/checkout/pull/1971

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build and Test](https://github.com/actions/checkout/actions/workflows/test.yml/badge.svg)](https://github.com/actions/checkout/actions/workflows/test.yml)
22

3-
# Checkout v6-beta
3+
# Checkout v6
44

55
## What's new
66

0 commit comments

Comments
 (0)