From 5d94d7549fab13568b2a4f87fc91e96f9c756b71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:08:02 +0200 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v5.5.3 (#95) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 793c8db..daa2e53 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@cfb60706e18bc85e8aec535e3c577abe8f70378e # v5.5.2 + uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3 with: # Ensure the subject doesn't start with an uppercase character. subjectPattern: ^(?![A-Z]).+$