From 74b179a7507d47448a71870be54faa2a711f69d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 08:03:41 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v5 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7716d74e..abf329da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -58,7 +58,7 @@ jobs: with: fetch-depth: 0 - name: Commit lint ✨ - uses: wagoid/commitlint-github-action@v4 + uses: wagoid/commitlint-github-action@v5 Release: needs: [Test, CommitLint, Lint]