From ade2258c0beeea0f080f801e0b2ef6fdf5c0825a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:08:13 +0000 Subject: [PATCH] chore: update tripss/conventional-changelog-action action to v6 --- .github/workflows/part-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/part-release.yaml b/.github/workflows/part-release.yaml index a4467e7..f6c283f 100644 --- a/.github/workflows/part-release.yaml +++ b/.github/workflows/part-release.yaml @@ -16,7 +16,7 @@ jobs: - name: changelog id: changelog - uses: TriPSs/conventional-changelog-action@v5 + uses: TriPSs/conventional-changelog-action@v6 with: output-file: "false" skip-version-file: "true"