From cd4cbe5dd3783d8465e37f5c1b5c6965efc727ae Mon Sep 17 00:00:00 2001 From: Soner Date: Thu, 14 May 2026 10:08:41 +0200 Subject: [PATCH] Update checkout action version from v4 to v6 --- build-zip/action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-zip/action.yml b/build-zip/action.yml index 5b126bb..3492e31 100644 --- a/build-zip/action.yml +++ b/build-zip/action.yml @@ -33,8 +33,12 @@ outputs: runs: using: "composite" steps: - - uses: actions/checkout@v4 + - name: Clone + uses: actions/checkout@v6 if: inputs.skipCheckout == 'false' + with: + # fetch all git entries for changelog generation + fetch-depth: 0 - name: Install shopware-cli uses: shopware/shopware-cli-action@v1 - name: Build