From 82880f46f5b9c6498ece2145b9214ca0f969492c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 03:30:16 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6 --- .github/workflows/static-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-tests.yml b/.github/workflows/static-tests.yml index ff5b9d8d..2d2bc469 100644 --- a/.github/workflows/static-tests.yml +++ b/.github/workflows/static-tests.yml @@ -38,6 +38,6 @@ jobs: run: npm run lint - name: Commit lint - uses: wagoid/commitlint-github-action@v5 + uses: wagoid/commitlint-github-action@v6 with: configFile: "commitlint.config.js"