From 402c96038cff7ea52401f45f72dd29585df03fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:33:41 +0000 Subject: [PATCH] build(deps): bump TriPSs/conventional-changelog-action from 4 to 5 Bumps [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) from 4 to 5. - [Release notes](https://github.com/tripss/conventional-changelog-action/releases) - [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v5/CHANGELOG.md) - [Commits](https://github.com/tripss/conventional-changelog-action/compare/v4...v5) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a82f074..a3f1acf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Conventional Changelog Action id: changelog - uses: TriPSs/conventional-changelog-action@v4 + uses: TriPSs/conventional-changelog-action@v5 with: skip-version-file: "true" pre-commit: bin/pre-commit.js