diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a4566c0..000c573 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -201,7 +201,7 @@ jobs: fetch-depth: 0 - name: Generate changelog - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 with: args: --latest --strip header env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b55f05..c4690a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: # password: ${{ secrets.PYPI_API_TOKEN }} - name: Generate release notes - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 id: cliff with: args: --latest --strip header