From 6541afa2c7c31e628d3372acbbd61d18d1efe981 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:12:53 +0000 Subject: [PATCH] chore(deps): update tripss/conventional-changelog-action action to v5 --- .github/workflows/ci-and-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-and-cd.yml b/.github/workflows/ci-and-cd.yml index 3079922..bdaf415 100644 --- a/.github/workflows/ci-and-cd.yml +++ b/.github/workflows/ci-and-cd.yml @@ -53,7 +53,7 @@ jobs: uses: ./.github/actions/setup-build - name: Conventional Changelog Action - uses: TriPSs/conventional-changelog-action@v4.1.1 + uses: TriPSs/conventional-changelog-action@v5.1.0 id: changelog with: github-token: ${{ secrets.github_token }}