From 72986fc676853cfde99683651f61a287de2a3e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:21:35 +0000 Subject: [PATCH] ci(deps): bump orhun/git-cliff-action from 2.1.1 to 2.2.0 Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bf4cc78..ff2b7fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: # Generate a changelog for the new release using Git - name: Generate a changelog - uses: orhun/git-cliff-action@v2.1.1 + uses: orhun/git-cliff-action@v2.2.0 id: git-cliff with: config: cliff.toml # The configuration file for git-cliff