From 59060eecffc9fa2ebdcab9983672dbed4998e11b Mon Sep 17 00:00:00 2001 From: Enoch R Lindeman Date: Fri, 13 Sep 2024 08:49:54 -0700 Subject: [PATCH] Update enforce-signed-commits.yml versioning updates --- .github/workflows/enforce-signed-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enforce-signed-commits.yml b/.github/workflows/enforce-signed-commits.yml index 81585fc64..afc365d70 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