From 9fbecc3faed7787c01e0c884782a852a1ab9807c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Fri, 10 Jul 2026 16:11:01 +0300 Subject: [PATCH] ci(lint): bump self-dogfood action pin to v0.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First dogfood of the --quiet release; SHA is the v0.23.0 tag on the PR #131 merge. 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 47156ef..68473b5 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@4f989e92ddf04153ec33040da42bc2f788c71584 # v0.22.3 + uses: benner/commit-guard@4fb9b57f3883d78854ffe4bbe68ddafac569f269 # v0.23.0 with: range: origin/${{ github.base_ref }}..HEAD