diff --git a/.github/workflows/enforce-signed-commits.yml b/.github/workflows/enforce-signed-commits.yml index 81585fc6..afc365d7 100644 --- a/.github/workflows/enforce-signed-commits.yml +++ b/.github/workflows/enforce-signed-commits.yml @@ -13,6 +13,6 @@ jobs: with: fetch-depth: 0 - name: Enforce Signed Commits - uses: webfactory/commitlint-action@v3 + uses: webfactory/commitlint-action@v2 with: commitlint_config: https://raw.githubusercontent.com/webfactory/commitlint-config-gpg-verified/master/index.js