1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-31 05:20:06 +02:00

Add Versioning Information to checkout task

This commit is contained in:
Thomas Boop 2019-11-20 13:52:15 -05:00
parent 10ad41411a
commit eb30a95053

View file

@ -56,6 +56,9 @@ By default, the branch or tag ref that triggered the workflow will be checked ou
For more details, see [Contexts and expression syntax for GitHub Actions](https://help.github.com/en/articles/contexts-and-expression-syntax-for-github-actions) and [Creating and using secrets (encrypted variables)](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables)
## Versioning
The checkout action follows the action versioning [guidelines](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md). We strongly recommend that you bind to major version tags like `v1`, rather then referencing the `master` branch or you may encounter breaking changes.
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)