diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 375bf72..ff89eae 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v5 + - uses: wagoid/commitlint-github-action@v6 with: configFile: "./.github/commitlint.config.js"