From 374e089cd68df90c7d1576fcbd3f333a9d44bdd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 07:52:39 +0000 Subject: [PATCH] ci(Deps): bump TriPSs/conventional-changelog-action from 3 to 4 Bumps [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) from 3 to 4. - [Release notes](https://github.com/tripss/conventional-changelog-action/releases) - [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v4/CHANGELOG.md) - [Commits](https://github.com/tripss/conventional-changelog-action/compare/v3...v4) --- updated-dependencies: - dependency-name: TriPSs/conventional-changelog-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ccaf09..5a48983 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: - name: Conventional Changelog Action id: conventional_changelog - uses: TriPSs/conventional-changelog-action@v3 + uses: TriPSs/conventional-changelog-action@v4 with: github-token: ${{ github.token }} git-message: 'chore(CHANGELOG): update for {version}'