From ce21dcc1c4492161a7cb4d8f3b752c60c6e496af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:49:31 +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 4799fc8..209de0b 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 100 - - uses: wagoid/commitlint-github-action@v2 + - uses: wagoid/commitlint-github-action@v6 with: token: ${{ secrets.GITHUB_TOKEN }}