From 2f5cfabe7f76fbff364f53230578c7babf07e8f8 Mon Sep 17 00:00:00 2001 From: Anshuman Verma Date: Wed, 4 Aug 2021 17:57:41 +0530 Subject: [PATCH] chore: update commitlint action to v4 --- .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 2e31d55..1f5d13c 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 }}