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 }}