diff --git a/templates/.github/workflows/10-review.yaml.j2 b/templates/.github/workflows/10-review.yaml.j2 index b39a817..40930a1 100644 --- a/templates/.github/workflows/10-review.yaml.j2 +++ b/templates/.github/workflows/10-review.yaml.j2 @@ -14,7 +14,9 @@ jobs: # interesting alternative: https://github.com/cocogitto/cocogitto - name: Conventional commit checker - uses: webiny/action-conventional-commits@v1 + uses: webiny/action-conventional-commits@v1.3.0 + # XXX: normal action versioning syntax (`@v1`) doesn't work with this action, + # possibly because not published on the GitHub marketplace - name: Check Card# reference uses: gsactions/commit-message-checker@v2