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