From 2d2e76f9ece62f66eada807f8d5d0955bf6da409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:15:42 -0300 Subject: [PATCH] chore(deps): bump orhun/git-cliff-action from 3 to 4 (#55) 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/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 9c24b97..5caac64 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -36,7 +36,7 @@ jobs: working-directory: ./reply run: cargo readme > README.md - - uses: orhun/git-cliff-action@v3 + - uses: orhun/git-cliff-action@v4 env: OUTPUT: CHANGELOG.md - uses: stefanzweifel/git-auto-commit-action@v5