|
1 | 1 | [](https://github.com/actions/checkout/actions/workflows/test.yml) |
2 | 2 |
|
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 |
4 | 11 |
|
5 | 12 | ##What's new |
6 | 13 |
|
7 | 14 | - Updated to the node24 runtime |
8 | 15 | - This requires a minimum Actions Runner version of[v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) to run. |
9 | 16 |
|
10 | 17 |
|
11 | | -#CheckoutV4 |
| 18 | +#Checkoutv4 |
12 | 19 |
|
13 | 20 | This action checks-out your repository under`$GITHUB_WORKSPACE`, so your workflow can access it. |
14 | 21 |
|
|