From e0b5f737d0f6008d9afb3fa5f9cf6bcf33dd8615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:20:04 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6.0.2 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f8411de..b2be269 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v6.0.1 + - uses: wagoid/commitlint-github-action@v6.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}