From bd6692eb7ac2335302249b72c45d40dd8696bd82 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 18 Jun 2020 10:38:48 -0700 Subject: [PATCH] Set checkout to v2 --- .github/workflows/stack-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index 1b3b527d..c6d8c58a 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -35,7 +35,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@master + uses: actions/checkout@v2 ################################ # Run Linter against code base #