From ac0225631278b3badd70ff838d44a2b5568d8e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Tue, 21 Jul 2026 21:41:15 +0300 Subject: [PATCH] ci(lint): bump self-dogfood action pin to v0.24.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point the workflow's own commit-guard at the newly released tag so it dogfoods the quiet action input. Signed-off-by: Nerijus Bendžiūnas --- .github/workflows/lint-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-commits.yml b/.github/workflows/lint-commits.yml index c9b7924..13f9fba 100644 --- a/.github/workflows/lint-commits.yml +++ b/.github/workflows/lint-commits.yml @@ -22,6 +22,6 @@ jobs: key: nltk-averaged-perceptron-tagger-punkt - name: Lint commits # yamllint disable-line rule:line-length - uses: benner/commit-guard@92d7ee367e1a316a2bb977ea65ec532a0abe6387 # v0.23.1 + uses: benner/commit-guard@ae73d28d6950f064059fbce0c0ef434ef5e6d500 # v0.24.0 with: range: origin/${{ github.base_ref }}..HEAD