Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies to v6 (major) (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent f121bd2 commit 5d0056e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.4.0
uses: TriPSs/conventional-changelog-action@v6.0.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/action-get-pr@v0.0.1
- name: Conventional Changelog Update
uses: TriPSs/conventional-changelog-action@v5.4.0
uses: TriPSs/conventional-changelog-action@v6.0.0
id: semver
with:
git-branch: refs/heads/${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions .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.4.0
uses: TriPSs/conventional-changelog-action@v6.0.0
id: semver
with:
git-branch: refs/heads/${{ github.head_ref }}
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Conventional Changelog Update
continue-on-error: true
uses: TriPSs/conventional-changelog-action@v5
uses: TriPSs/conventional-changelog-action@v6
id: changelog
with:
github-token: ${{ github.token }}
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.4.0
uses: TriPSs/conventional-changelog-action@v6.0.0
id: semver
with:
git-branch: refs/heads/${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions .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.4.0
uses: TriPSs/conventional-changelog-action@v6.0.0
id: semver
with:
git-branch: refs/heads/${{ github.head_ref }}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Conventional Changelog Update
id: changelog
continue-on-error: true
uses: TriPSs/conventional-changelog-action@v5
uses: TriPSs/conventional-changelog-action@v6
with:
github-token: ${{ github.token }}
output-file: "CHANGELOG.md"
Expand Down

0 comments on commit 5d0056e

Please sign in to comment.