Compare commits

...

3 commits

Author SHA1 Message Date
Phil Coval
03798e6b57
Merge e0a2428b27 into ff7abcd0c3 2025-08-18 22:47:52 +08:00
Salman Chishti
ff7abcd0c3
Update README to include Node.js 24 support details and requirements (#2248)
* Update README to include Node.js 24 support details and requirements

* Update
2025-08-13 13:57:25 +01:00
Philippe Coval
e0a2428b27 README: Add hint when using annotated tags
Until a proper fix is released,
I believe this will be helpful to share this trick to community.

Bug: https://github.com/actions/checkout/issues/290
Relate-to: https://github.com/actions/checkout/pull/1506
Relate-to: https://github.com/actions/checkout/issues/649
Origin: https://github.com/actions/checkout/pull/2081
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
2025-02-13 21:45:59 +01:00

View file

@ -2,7 +2,11 @@
# Checkout V5 # 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 # 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 # 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. # 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. # Otherwise, uses the default branch.
ref: '' ref: ''
@ -154,9 +159,10 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
# Scenarios # Scenarios
- [Checkout V5](#checkout-v5) - [Checkout V5](#checkout-v5)
- [What's new](#whats-new)
- [Checkout V4](#checkout-v4) - [Checkout V4](#checkout-v4)
- [Note](#note) - [Note](#note)
- [What's new](#whats-new) - [What's new](#whats-new-1)
- [Usage](#usage) - [Usage](#usage)
- [Scenarios](#scenarios) - [Scenarios](#scenarios)
- [Fetch only the root files](#fetch-only-the-root-files) - [Fetch only the root files](#fetch-only-the-root-files)