diff --git a/.github/workflows/lint-commits.yml b/.github/workflows/lint-commits.yml index e169674..cae69ec 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@e438d8c4c287a1575e0cda352222fbbe71a88231 # v0.22.0 + uses: benner/commit-guard@9162df75e7a6eba395bf7c07c1a0952fc6d04ea0 # v0.22.1 with: range: origin/${{ github.base_ref }}..HEAD