mirror of
https://github.com/actions/checkout.git
synced 2025-08-23 02:38:10 +03:00
Compare commits
3 commits
bdc2bd8f70
...
03798e6b57
Author | SHA1 | Date | |
---|---|---|---|
|
03798e6b57 | ||
|
ff7abcd0c3 | ||
|
e0a2428b27 |
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -2,7 +2,11 @@
|
|||
|
||||
# Checkout V5
|
||||
|
||||
Checkout v5 now supports Node.js 24
|
||||
## What's new
|
||||
|
||||
- Updated to the node24 runtime
|
||||
- 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
|
||||
|
||||
|
@ -48,6 +52,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
|
||||
# The branch, tag or SHA to checkout. When checking out the repository that
|
||||
# triggered a workflow, this defaults to the reference or SHA for that event.
|
||||
# For tags, it can be forced to ${{ github.ref }} (useful if using git-describe)
|
||||
# Otherwise, uses the default branch.
|
||||
ref: ''
|
||||
|
||||
|
@ -154,9 +159,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
|
|||
# Scenarios
|
||||
|
||||
- [Checkout V5](#checkout-v5)
|
||||
- [What's new](#whats-new)
|
||||
- [Checkout V4](#checkout-v4)
|
||||
- [Note](#note)
|
||||
- [What's new](#whats-new)
|
||||
- [What's new](#whats-new-1)
|
||||
- [Usage](#usage)
|
||||
- [Scenarios](#scenarios)
|
||||
- [Fetch only the root files](#fetch-only-the-root-files)
|
||||
|
|
Loading…
Add table
Reference in a new issue