diff --git a/.github/workflows/conventional-commits.yaml b/.github/workflows/conventional-commits.yaml index efc57de..ef2bfb0 100644 --- a/.github/workflows/conventional-commits.yaml +++ b/.github/workflows/conventional-commits.yaml @@ -16,6 +16,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}