From bd2e33d74092bf81d2262519f62b6bc126eee77e Mon Sep 17 00:00:00 2001 From: Vighnesh Raut Date: Fri, 4 Mar 2022 05:09:13 +0530 Subject: [PATCH] ci: fix build problems due to checkout Sometimes, the CI check fails, for weird reasons, almost because it can't find the coverage report, apparently, it is the fault of checkout@v1. coverallsapp/github-action#55 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 91abb85..22a3b61 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checking out code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1