From 82abf2bdb240e6e9123825775037d96a6da17d90 Mon Sep 17 00:00:00 2001 From: rfprod Date: Sat, 23 May 2026 23:02:32 +0300 Subject: [PATCH] ci(github): update `fetch-depth` for the `trunk` workflow - [x] set `fetch-depth` eq 2 to compare with HEAD~1; --- .github/workflows/trunk.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index ea850e5..1217673 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -22,6 +22,8 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v6 + with: + fetch-depth: 2 - name: Srouce changed id: src-changed