From 251a0dd831077a3c9e1f12d9e80ae910059d1af6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:10:43 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6 --- .github/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 49dfcba19..4b4a76e2a 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -14,6 +14,6 @@ jobs: with: fetch-depth: 0 ## needed by wagoid/commitlint-github-action@v1 - - uses: wagoid/commitlint-github-action@v3 + - uses: wagoid/commitlint-github-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}