From ccdd4d153a7ee8e89f962f4e9ab650e40efa4ed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:52:20 +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"