diff --git a/.github/workflows/complete-artifact-matrix-all-stable.yml b/.github/workflows/complete-artifact-matrix-all-stable.yml index 427551378c3..8780ea4a90d 100644 --- a/.github/workflows/complete-artifact-matrix-all-stable.yml +++ b/.github/workflows/complete-artifact-matrix-all-stable.yml @@ -289,7 +289,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.2.0 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 64f3c4bd54d..a3cb2bfc592 100644 --- a/.github/workflows/complete-artifact-matrix-all.yml +++ b/.github/workflows/complete-artifact-matrix-all.yml @@ -289,7 +289,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.2.0 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 ef7e19659d6..ad9b89c62ac 100644 --- a/.github/workflows/complete-artifact-matrix-apps.yml +++ b/.github/workflows/complete-artifact-matrix-apps.yml @@ -594,7 +594,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.2.0 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 a0860a5def3..277bf01daeb 100644 --- a/.github/workflows/complete-artifact-matrix-community-maintained.yml +++ b/.github/workflows/complete-artifact-matrix-community-maintained.yml @@ -596,7 +596,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.2.0 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 be507d6b764..7dcd5c1e877 100644 --- a/.github/workflows/complete-artifact-matrix-nightly.yml +++ b/.github/workflows/complete-artifact-matrix-nightly.yml @@ -600,7 +600,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.2.0 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 1459b778d0f..2ebcb916943 100644 --- a/.github/workflows/complete-artifact-matrix-standard-support.yml +++ b/.github/workflows/complete-artifact-matrix-standard-support.yml @@ -594,7 +594,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.2.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}'