From d8d115334b1d0db82bc33397abf41c404b9c7b28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:40:03 +0000 Subject: [PATCH] chore(deps): update tripss/conventional-changelog-action action to v5.4.0 --- .github/workflows/.tests.yml | 2 +- .github/workflows/merge-main.yml | 2 +- .github/workflows/pr-close.yml | 2 +- .github/workflows/pr-open.yml | 2 +- .github/workflows/pr-validate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 }}