Skip to content

Commit 8e8c483

Browse files
authored
Clarify v6 README (#2328)
1 parent 033fa0d commit 8e8c483

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Changelog
22

3-
## V6.0.0
3+
## v6.0.0
44
* Persist creds to a separate file by @ericsciple in https://github.com/actions/checkout/pull/2286
55
* Update README to include Node.js 24 support details and requirements by @salmanmkc in https://github.com/actions/checkout/pull/2248
66

7-
## V5.0.1
7+
## v5.0.1
88
* Port v6 cleanup to v5 by @ericsciple in https://github.com/actions/checkout/pull/2301
99

10-
## V5.0.0
10+
## v5.0.0
1111
* Update actions checkout to use node 24 by @salmanmkc in https://github.com/actions/checkout/pull/2226
1212

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

16-
## V4.3.0
16+
## v4.3.0
1717
* docs: update README.md by @motss in https://github.com/actions/checkout/pull/1971
1818
* Add internal repos for checking out multiple repositories by @mouismail in https://github.com/actions/checkout/pull/1977
1919
* Documentation update - add recommended permissions to Readme by @benwells in https://github.com/actions/checkout/pull/2043

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
## What's new
66

7-
- Updated `persist-credentials` to store the credentials under `$RUNNER_TEMP` instead of directly in the local git config.
8-
- This requires a minimum Actions Runner version of [v2.329.0](https://github.com/actions/runner/releases/tag/v2.329.0) to access the persisted credentials for [Docker container action](https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action) scenarios.
7+
- Improved credential security: `persist-credentials` now stores credentials in a separate file under `$RUNNER_TEMP` instead of directly in `.git/config`
8+
- No workflow changes required — `git fetch`, `git push`, etc. continue to work automatically
9+
- Running authenticated git commands from a [Docker container action](https://docs.github.com/actions/sharing-automations/creating-actions/creating-a-docker-container-action) requires Actions Runner [v2.329.0](https://github.com/actions/runner/releases/tag/v2.329.0) or later
910

1011
# Checkout v5
1112

0 commit comments

Comments
 (0)