mirror of
https://github.com/actions/checkout.git
synced 2025-11-04 22:58:41 +08:00
v6-beta (#2298)
Some checks failed
Build and Test / test (macos-latest) (push) Waiting to run
Build and Test / test (windows-latest) (push) Waiting to run
Build and Test / test-proxy (push) Failing after 32s
Build and Test / test (ubuntu-latest) (push) Failing after 1m50s
Build and Test / test-bypass-proxy (push) Failing after 1m42s
Licensed / Check licenses (push) Failing after 2m44s
Build and Test / build (push) Failing after 2m56s
Check dist / check-dist (push) Failing after 4m0s
CodeQL / Analyze (javascript) (push) Failing after 4m0s
Build and Test / test-output (push) Failing after 1m43s
Build and Test / test-git-container (push) Failing after 2m22s
Some checks failed
Build and Test / test (macos-latest) (push) Waiting to run
Build and Test / test (windows-latest) (push) Waiting to run
Build and Test / test-proxy (push) Failing after 32s
Build and Test / test (ubuntu-latest) (push) Failing after 1m50s
Build and Test / test-bypass-proxy (push) Failing after 1m42s
Licensed / Check licenses (push) Failing after 2m44s
Build and Test / build (push) Failing after 2m56s
Check dist / check-dist (push) Failing after 4m0s
CodeQL / Analyze (javascript) (push) Failing after 4m0s
Build and Test / test-output (push) Failing after 1m43s
Build and Test / test-git-container (push) Failing after 2m22s
This commit is contained in:
parent
069c695914
commit
71cf2267d8
11
README.md
11
README.md
|
|
@ -1,6 +1,13 @@
|
||||||
[](https://github.com/actions/checkout/actions/workflows/test.yml)
|
[](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
|
## 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.
|
- 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.
|
This action checks-out your repository under `$GITHUB_WORKSPACE`, so your workflow can access it.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user