From 7f4158331b404bc5318faafdf5ea951adc20e2e1 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Fri, 4 Feb 2022 08:05:38 -0300 Subject: [PATCH] ci: fixed actions/checkout#237 --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 695c9bc..80f61de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - fetch-depth: 0 + uses: actions/checkout@v1 - name: Setup node and restore cached dependencies uses: actions/setup-node@v2