From b3c493f5f02070aab9e6deeea901856af7d42f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:11:03 +0000 Subject: [PATCH] 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/git-cliff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-cliff.yml b/.github/workflows/git-cliff.yml index e5b2605..275112d 100644 --- a/.github/workflows/git-cliff.yml +++ b/.github/workflows/git-cliff.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - 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