diff --git a/.github/workflows/lint-pr.yaml b/.github/workflows/lint-pr.yaml index a29359f..03451c7 100644 --- a/.github/workflows/lint-pr.yaml +++ b/.github/workflows/lint-pr.yaml @@ -17,7 +17,7 @@ jobs: statuses: write steps: - id: lint_pr_title - uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0 + uses: amannn/action-semantic-pull-request@c24d6dd07c69e0826c52021944f216b2e3192535 # v5.5.0 with: # Ensure the subject doesn't start with an uppercase character. subjectPattern: ^(?![A-Z]).+$