From 2cb9625b174da1348bb0b03323f6e4c30b6991a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:59:01 +0000 Subject: [PATCH] chore(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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f5e8432..3f7b34a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Produce release note - uses: TriPSs/conventional-changelog-action@v4 + uses: TriPSs/conventional-changelog-action@v5 id: changelog with: github-token: ${{ secrets.github_token }}