diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce06c16c..4ce0c285 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,9 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Cache libraries uses: actions/cache@v2 env: