From 47c2050ab9b6059a86b7bd2568a147e712c562ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:46:43 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6 --- .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 50cab776..89396223 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm --global install npm@latest - run: npm ci - - uses: wagoid/commitlint-github-action@v5 + - uses: wagoid/commitlint-github-action@v6 - run: npm test get-supported-node-versions: runs-on: ubuntu-latest