From 4933b9ee4037fa0b57547037f220bfd1cd3d6411 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Thu, 15 Apr 2021 00:45:22 -1000 Subject: [PATCH] ci.yml: Upgrade commitlint-github-action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66f8c3d038..0e84ff1e7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - name: Lint Commit Messages - uses: wagoid/commitlint-github-action@v1 + uses: wagoid/commitlint-github-action@v3 with: configFile: .commitlint.json check-code-formatting: