From 39b7aa82fada05818f337f2c245c020a3462c126 Mon Sep 17 00:00:00 2001 From: Mieszko Grodzicki Date: Sat, 31 Dec 2022 13:06:12 +0100 Subject: [PATCH] Fetch all branches at once. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93122f7..f0ae148 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: uses: actions/checkout@v3 with: repository: mgr0dzicki/cargo-semver-action-ref-slice + fetch-depth: 0 persist-credentials: true - name: Checkout action uses: actions/checkout@v3