diff --git a/.github/workflows/complete-artifact-matrix-all-stable.yml b/.github/workflows/complete-artifact-matrix-all-stable.yml index 1684737fe07..c6e7bcdc72e 100644 --- a/.github/workflows/complete-artifact-matrix-all-stable.yml +++ b/.github/workflows/complete-artifact-matrix-all-stable.yml @@ -359,7 +359,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.0.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 17a01272e70..ffb1776cc79 100644 --- a/.github/workflows/complete-artifact-matrix-all.yml +++ b/.github/workflows/complete-artifact-matrix-all.yml @@ -359,7 +359,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.0.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 e197df85025..ce55a2b24ac 100644 --- a/.github/workflows/complete-artifact-matrix-apps.yml +++ b/.github/workflows/complete-artifact-matrix-apps.yml @@ -624,7 +624,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.0.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 031b41bc27e..7eedd6d0978 100644 --- a/.github/workflows/complete-artifact-matrix-community-maintained.yml +++ b/.github/workflows/complete-artifact-matrix-community-maintained.yml @@ -626,7 +626,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.0.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 414c6026f5e..78d944f8bf5 100644 --- a/.github/workflows/complete-artifact-matrix-nightly.yml +++ b/.github/workflows/complete-artifact-matrix-nightly.yml @@ -630,7 +630,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.0.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 de52df85c27..1a44ff66a80 100644 --- a/.github/workflows/complete-artifact-matrix-standard-support.yml +++ b/.github/workflows/complete-artifact-matrix-standard-support.yml @@ -624,7 +624,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.0.0 with: github-token: ${{ secrets.ACCESS_TOKEN_ARMBIANWORKER }} git-message: 'Bump release to {version}'