From e2260621e1a943849f54240afb2c943d8655a7b0 Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Wed, 4 Aug 2021 17:40:38 +0530 Subject: [PATCH] chore: update commitlint action in CI --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dbdc35646..c71347aba 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -48,7 +48,7 @@ jobs: run: npm run security - name: Check commit message - uses: wagoid/commitlint-github-action@v1 + uses: wagoid/commitlint-github-action@v4 test: name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}