diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index a56c36acc..010ee7b94 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -30,7 +30,7 @@ jobs: exit $r - name: Post comment if validation failed if: always() && steps.conventional-commits.outcome == 'failure' - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: TEXT: |- The pull request does not conform to the conventional commit specification. Please ensure that your commit messages follow the spec: .