From 8a219b8b4d0466c2613e1480d6c4d2ba6c664aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:41:08 +0100 Subject: [PATCH] build(deps): bump wagoid/commitlint-github-action from 5 to 6 (#649) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index ca8acd984..9eb123eeb 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -27,7 +27,7 @@ jobs: pip install --user linkify-it-py mdformat mdformat-config mdformat-gfm mdformat-shfmt mdformat-tables mdformat-toc - name: commit - uses: wagoid/commitlint-github-action@v5 + uses: wagoid/commitlint-github-action@v6 with: configFile: '.commitlintrc' # run: commitlint --from=$(git cherry origin/main | head -n 1 | awk '{print $2}')