From ee08e5c28508b8933bd1727f33487ea82f121aea Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 18 Jun 2020 10:35:16 -0700 Subject: [PATCH] checkout v2 instead of master --- .github/workflows/deploy-PROD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-PROD.yml b/.github/workflows/deploy-PROD.yml index ecb7038b..ab853943 100644 --- a/.github/workflows/deploy-PROD.yml +++ b/.github/workflows/deploy-PROD.yml @@ -35,7 +35,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@master + uses: actions/checkout@v2 ##################### # Run Deploy script #