From 1e16d3bad0194dc196f4bf352437caa312349e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:54:18 +0000 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 335288255954904a41ddda8947c8f2c844b8bfeb to 677b89571e961351de6fcbd96c8b2503787962e2. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/335288255954904a41ddda8947c8f2c844b8bfeb...677b89571e961351de6fcbd96c8b2503787962e2) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-version: 677b89571e961351de6fcbd96c8b2503787962e2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/convention.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convention.yaml b/.github/workflows/convention.yaml index 03d7133..7b267a0 100644 --- a/.github/workflows/convention.yaml +++ b/.github/workflows/convention.yaml @@ -16,6 +16,6 @@ jobs: permissions: pull-requests: read steps: - - uses: amannn/action-semantic-pull-request@335288255954904a41ddda8947c8f2c844b8bfeb # v5.5.3 + - uses: amannn/action-semantic-pull-request@677b89571e961351de6fcbd96c8b2503787962e2 # v5.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}