From efc070be155a9fe2ddac88aead9ed7e6eb63d453 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 5 Mar 2020 18:33:10 -0800 Subject: [PATCH] Pin version of actions/checkout in example workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f866c0..0bc73cb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@master + uses: actions/checkout@v2 with: fetch-depth: 0 - name: changelog