From 81d613b08b2ec97c1898a29cb87de614163ecf60 Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Mon, 3 Nov 2025 12:35:03 +0000 Subject: [PATCH] ci: Using `v4` of `git-cliff-action` --- .github/workflows/lazarus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lazarus.yaml b/.github/workflows/lazarus.yaml index 54690a06..14096cba 100644 --- a/.github/workflows/lazarus.yaml +++ b/.github/workflows/lazarus.yaml @@ -129,7 +129,7 @@ jobs: - name: Generate Release Notes id: git-cliff - uses: orhun/git-cliff-action@main + uses: orhun/git-cliff-action@v4 with: config: .github/cliff.toml args: --latest --strip header @@ -141,4 +141,4 @@ jobs: body: ${{ steps.git-cliff.outputs.content }} files: dist/* env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}