diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae126fe..debf2e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: # Because a line length of a commit message created by Dependabot often # exceeds 100 characters. if: github.actor != 'dependabot[bot]' - uses: wagoid/commitlint-github-action@v5 + uses: wagoid/commitlint-github-action@v6 with: configFile: .commitlintrc.yml - name: "Lint: YAML"