From 9da9a3d797c6670a4e5207e787dcd288abfa46f9 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Wed, 28 Aug 2019 08:44:51 -0400 Subject: [PATCH] Referencing checkout at v1 instead of master. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad8eae..f39f2e6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See [action.yml](action.yml) Basic: ```yaml steps: -- uses: actions/checkout@master +- uses: actions/checkout@v1 - run: mkdir -p path/to/artifact