From 71cf2267d89c5cb81562390fa70a37fa40b1305e Mon Sep 17 00:00:00 2001 From: eric sciple Date: Mon, 3 Nov 2025 13:40:10 -0600 Subject: [PATCH] v6-beta (#2298) --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a32e9a..b24767b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ [![Build and Test](https://github.com/actions/checkout/actions/workflows/test.yml/badge.svg)](https://github.com/actions/checkout/actions/workflows/test.yml) -# Checkout V5 +# Checkout v6-beta + +## What's new + +- Updated `persist-credentials` to store the credentials under `$RUNNER_TEMP` instead of directly in the local git config. + - 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. + +# Checkout v5 ## What's new @@ -8,7 +15,7 @@ - This requires a minimum Actions Runner version of [v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) to run. -# Checkout V4 +# Checkout v4 This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.