From c41835d96c8a867eb6a2cbfcff01e5db8a416859 Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Thu, 18 Jun 2020 09:13:26 -0700 Subject: [PATCH] README example: `actions/checkout@master` -> `actions/checkout@v2` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a55132e7..085fb43b 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@master + uses: actions/checkout@v2 ################################ # Run Linter against code base #