From 466ce3c2f054e6fb3334405593b1ec7892f00f37 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Fri, 11 Oct 2019 10:27:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b08651..e100ce67 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-node@v1 with: node-version: '10.x'