You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
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
-
# Checkout V4
18
+
# Checkout v4
12
19
13
20
This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
0 commit comments