From eb30a95053fd0ed60cc14e5769d30d237ad199d9 Mon Sep 17 00:00:00 2001
From: Thomas Boop <thboop@microsoft.com>
Date: Wed, 20 Nov 2019 13:52:15 -0500
Subject: [PATCH] Add Versioning Information to checkout task

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index cf56ffe..c022824 100644
--- a/README.md
+++ b/README.md
@@ -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)