From 9ebd21406d6b79834568f1bcb9d5ef6cceecc282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:06:39 +0000 Subject: [PATCH] chore(deps): bump orhun/git-cliff-action from 3 to 4 (#4) Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3 to 4. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v3...v4) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3ae109f..0b474fd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Generate a changelog - uses: orhun/git-cliff-action@v3 + uses: orhun/git-cliff-action@v4 with: args: --latest --github-repo ${{ github.repository }} env: