diff --git a/.github/workflows/deploy-DEV-PR.yml b/.github/workflows/deploy-DEV-PR.yml index df679021..056161d9 100644 --- a/.github/workflows/deploy-DEV-PR.yml +++ b/.github/workflows/deploy-DEV-PR.yml @@ -41,7 +41,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 ################################### # Build image locally for testing #