From 03fb514343d39481946f7cc4147d4ba69af4800f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:17:31 +0000 Subject: [PATCH] build(deps): bump amannn/action-semantic-pull-request from 5 to 6 Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-github-pr-title-conventional-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-github-pr-title-conventional-commit.yml b/.github/workflows/ci-github-pr-title-conventional-commit.yml index d877aa0..b7db7a6 100644 --- a/.github/workflows/ci-github-pr-title-conventional-commit.yml +++ b/.github/workflows/ci-github-pr-title-conventional-commit.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 16 - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 id: lint_pr_title env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}