From 904dd09d2a073005295ff76373688874c6a48e01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:58:59 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v5.5.2 --- .github/workflows/lint-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr.yaml b/.github/workflows/lint-pr.yaml index 03451c7..793c8db 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@c24d6dd07c69e0826c52021944f216b2e3192535 # v5.5.0 + uses: amannn/action-semantic-pull-request@cfb60706e18bc85e8aec535e3c577abe8f70378e # v5.5.2 with: # Ensure the subject doesn't start with an uppercase character. subjectPattern: ^(?![A-Z]).+$