diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index 9d28a70f86..c3c404f391 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - fetch-depth: 3000 + fetch-depth: 0 - name: Setup Python and pip uses: actions/setup-python@v4