From dcf56dfd59c04639fbe54b15fab544c82b27ed39 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Fri, 13 Dec 2019 14:10:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f65c92..4c14b2c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See [action.yml](action.yml) Basic: ```yaml steps: -- uses: actions/checkout@master +- uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.