From 562b0788e788776d12dba0aeac8759b3f547e357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:42:01 +0000 Subject: [PATCH] chore(deps): update amannn/action-semantic-pull-request action to v6 --- .github/workflows/sementic-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sementic-pull-request.yml b/.github/workflows/sementic-pull-request.yml index 94b93e69..6948034e 100644 --- a/.github/workflows/sementic-pull-request.yml +++ b/.github/workflows/sementic-pull-request.yml @@ -19,6 +19,6 @@ jobs: name: Semantic Pull Request steps: - name: Validate PR title - uses: amannn/action-semantic-pull-request@v5.4.0 + uses: amannn/action-semantic-pull-request@v6.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}