From 5eb7118ec174ab6c8b77397789593927a061c08e Mon Sep 17 00:00:00 2001 From: tuntoja Date: Thu, 20 Jun 2024 11:46:26 +0200 Subject: [PATCH] add fetch-depth to action checkout --- .github/actions/release/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index f339b304b1a..80975a5612a 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -25,6 +25,9 @@ runs: steps: - name: Checkout sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + fetch-depth: 0 + - name: Get released versions for components run: |