From cccae23a03bef2afd9d7899644c98b1a5ca26cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 00:17:49 +0000 Subject: [PATCH] chore(deps): bump TriPSs/conventional-changelog-action from 5 to 6 Bumps [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) from 5 to 6. - [Release notes](https://github.com/tripss/conventional-changelog-action/releases) - [Changelog](https://github.com/TriPSs/conventional-changelog-action/blob/releases/v6/CHANGELOG.md) - [Commits](https://github.com/tripss/conventional-changelog-action/compare/v5...v6) --- 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-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 423dd922d..03d2dd266 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 # Updates a Release Branch - id: ReleaseNotes - uses: TriPSs/conventional-changelog-action@v5 + uses: TriPSs/conventional-changelog-action@v6 with: git-branch: 'release/main' github-token: '${{ secrets.GITHUB_TOKEN }}'