Skip to content

Commit

Permalink
ci: fix wrong action version in commit-message-check-format.yml (#699)
Browse files Browse the repository at this point in the history
There is no v4 version at the moment, as this version was mistakenly
defined instead of v3.
  • Loading branch information
tbouffard authored Apr 16, 2024
1 parent d65b405 commit 0fbf6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
pull-requests: write # post comments when the PR title doesn't match the "Conventional Commits" rules
steps:
- name: Check Pull Request title
uses: bonitasoft/actions/packages/pr-title-conventional-commits@v4
uses: bonitasoft/actions/packages/pr-title-conventional-commits@v3

0 comments on commit 0fbf6d3

Please sign in to comment.