From f76b8220e5afd218a3c235a9fc9f528b7f02a07d Mon Sep 17 00:00:00 2001 From: clonker <1685266+clonker@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:21:51 +0200 Subject: [PATCH] ci: set fetch-depth to 2 --- .github/workflows/t-bytecode-compare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/t-bytecode-compare.yml b/.github/workflows/t-bytecode-compare.yml index aeb6c008f..da28deda9 100644 --- a/.github/workflows/t-bytecode-compare.yml +++ b/.github/workflows/t-bytecode-compare.yml @@ -58,7 +58,7 @@ jobs: ref: ${{ env.GITHUB_REF }} path: 'solc-bin/' # We need more than just a single revision to be able to use diff - fetch-depth: 0 + fetch-depth: 2 - name: Generate reports from matching release binaries run: |