Skip to content

Commit

Permalink
chore(deps): update tripss/conventional-changelog-action action to v5…
Browse files Browse the repository at this point in the history
….4.0 (#91)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent a3b4546 commit 4ce2714
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: pr
uses: bcgov-nr/[email protected]
- 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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4ce2714

Please sign in to comment.