Skip to content

Commit 71cf226

Browse files
authored
v6-beta (#2298)
1 parent 069c695 commit 71cf226

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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 V5
3+
# Checkout v6-beta
4+
5+
## What's new
6+
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.
9+
10+
# Checkout v5
411

512
## What's new
613

714
- Updated to the node24 runtime
815
- This requires a minimum Actions Runner version of [v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) to run.
916

1017

11-
# Checkout V4
18+
# Checkout v4
1219

1320
This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
1421

0 commit comments

Comments
 (0)