From 11d45a0c57bac5a83c3daeb0a48b798ef3d3288a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:03:19 +0000 Subject: [PATCH] Bump orhun/git-cliff-action from 3.0.2 to 3.1.0 Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](https://github.com/orhun/git-cliff-action/compare/v3.0.2...v3.1.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 db8a076..bea159b 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@v3.0.2 + uses: orhun/git-cliff-action@v3.1.0 id: git-cliff with: config: ./cliff.toml