diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index 4d3ea93..a2e3083 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -16,7 +16,7 @@ jobs: with: ref: refs/heads/${{ github.event.repository.default_branch }} - name: Conventional Changelog Update - uses: TriPSs/conventional-changelog-action@v5.3.0 + uses: TriPSs/conventional-changelog-action@v5.4.0 id: semver with: git-branch: refs/heads/${{ github.head_ref }} diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index a4c56a7..47a11b2 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -29,7 +29,7 @@ jobs: id: pr uses: bcgov-nr/action-get-pr@v0.0.1 - name: Conventional Changelog Update - uses: TriPSs/conventional-changelog-action@v5.3.0 + uses: TriPSs/conventional-changelog-action@v5.4.0 id: semver with: git-branch: refs/heads/${{ github.head_ref }} diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 108b0e4..64ae6fd 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -22,7 +22,7 @@ jobs: with: ref: refs/heads/${{ github.event.repository.default_branch }} - name: Conventional Changelog Update - uses: TriPSs/conventional-changelog-action@v5.3.0 + uses: TriPSs/conventional-changelog-action@v5.4.0 id: semver with: git-branch: refs/heads/${{ github.head_ref }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 4bc801b..18e5e6f 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -21,7 +21,7 @@ jobs: with: ref: refs/heads/${{ github.event.repository.default_branch }} - name: Conventional Changelog Update - uses: TriPSs/conventional-changelog-action@v5.3.0 + uses: TriPSs/conventional-changelog-action@v5.4.0 id: semver with: git-branch: refs/heads/${{ github.head_ref }} diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index 192a2d8..3b0787b 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -21,7 +21,7 @@ jobs: with: ref: refs/heads/${{ github.event.repository.default_branch }} - name: Conventional Changelog Update - uses: TriPSs/conventional-changelog-action@v5.3.0 + uses: TriPSs/conventional-changelog-action@v5.4.0 id: semver with: git-branch: refs/heads/${{ github.head_ref }}