From 14977095f84eab19d8e3972ff6e403c7a4e402c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:06:23 +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 5.5.3 to 6.0.1. - [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.5.3...v6.0.1) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/semantic-pr-subject.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-pr-subject.yml b/.github/workflows/semantic-pr-subject.yml index 66e3419aa02..ef82d6e5395 100644 --- a/.github/workflows/semantic-pr-subject.yml +++ b/.github/workflows/semantic-pr-subject.yml @@ -14,6 +14,6 @@ jobs: semantic-pr-subject: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5.5.3 + - uses: amannn/action-semantic-pull-request@v6.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}