From f7f40d2e9f0d9125d55b9a7a70734ff360db6c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:43:11 +0000 Subject: [PATCH] Bump TriPSs/conventional-changelog-action from 5.4.0 to 6.3.1 Bumps [TriPSs/conventional-changelog-action](https://github.com/tripss/conventional-changelog-action) from 5.4.0 to 6.3.1. - [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.4.0...v6.3.1) --- updated-dependencies: - dependency-name: TriPSs/conventional-changelog-action dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/complete-artifact-matrix-all-stable.yml | 2 +- .github/workflows/complete-artifact-matrix-all.yml | 2 +- .github/workflows/complete-artifact-matrix-apps.yml | 2 +- .../workflows/complete-artifact-matrix-community-maintained.yml | 2 +- .github/workflows/complete-artifact-matrix-nightly.yml | 2 +- .github/workflows/complete-artifact-matrix-standard-support.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/complete-artifact-matrix-all-stable.yml b/.github/workflows/complete-artifact-matrix-all-stable.yml index a6ebefb6bf4..f066a76a66d 100644 --- a/.github/workflows/complete-artifact-matrix-all-stable.yml +++ b/.github/workflows/complete-artifact-matrix-all-stable.yml @@ -271,7 +271,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.3.1 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' diff --git a/.github/workflows/complete-artifact-matrix-all.yml b/.github/workflows/complete-artifact-matrix-all.yml index b88a0f0f5c2..3717af0fc2a 100644 --- a/.github/workflows/complete-artifact-matrix-all.yml +++ b/.github/workflows/complete-artifact-matrix-all.yml @@ -271,7 +271,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.3.1 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' diff --git a/.github/workflows/complete-artifact-matrix-apps.yml b/.github/workflows/complete-artifact-matrix-apps.yml index 3ad8ecb549d..3ace189b926 100644 --- a/.github/workflows/complete-artifact-matrix-apps.yml +++ b/.github/workflows/complete-artifact-matrix-apps.yml @@ -606,7 +606,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.3.1 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' diff --git a/.github/workflows/complete-artifact-matrix-community-maintained.yml b/.github/workflows/complete-artifact-matrix-community-maintained.yml index 1d747c5887a..18d62e6d9f6 100644 --- a/.github/workflows/complete-artifact-matrix-community-maintained.yml +++ b/.github/workflows/complete-artifact-matrix-community-maintained.yml @@ -608,7 +608,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.3.1 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' diff --git a/.github/workflows/complete-artifact-matrix-nightly.yml b/.github/workflows/complete-artifact-matrix-nightly.yml index c076ff55b32..1ae3ad976b8 100644 --- a/.github/workflows/complete-artifact-matrix-nightly.yml +++ b/.github/workflows/complete-artifact-matrix-nightly.yml @@ -612,7 +612,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.3.1 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}' diff --git a/.github/workflows/complete-artifact-matrix-standard-support.yml b/.github/workflows/complete-artifact-matrix-standard-support.yml index a6d635082c8..1877a76c337 100644 --- a/.github/workflows/complete-artifact-matrix-standard-support.yml +++ b/.github/workflows/complete-artifact-matrix-standard-support.yml @@ -606,7 +606,7 @@ jobs: - name: Bump version if: ${{ ( ! github.event.inputs.versionOverride ) && ( inputs.ref == '' ) && ( env.VERSION_BUMP == 'true' ) }} id: changelog - uses: TriPSs/conventional-changelog-action@v5.4.0 + uses: TriPSs/conventional-changelog-action@v6.3.1 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}'