From af47ee249e1bcbbcd0edf1d8bc5bb7b0b43dfec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 21:03:30 +0000 Subject: [PATCH] chore: bump amannn/action-semantic-pull-request Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from e49f57ce06c1747542fce2243c7a98682384bc0e to 069817c298f23fab00a8f29a2e556a5eac0f6390. - [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/e49f57ce06c1747542fce2243c7a98682384bc0e...069817c298f23fab00a8f29a2e556a5eac0f6390) --- updated-dependencies: - dependency-name: amannn/action-semantic-pull-request dependency-version: '069817c298f23fab00a8f29a2e556a5eac0f6390' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/semantic-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-commit.yml b/.github/workflows/semantic-commit.yml index 9a86edd235..bacbecda7b 100644 --- a/.github/workflows/semantic-commit.yml +++ b/.github/workflows/semantic-commit.yml @@ -10,7 +10,7 @@ jobs: name: Check Semantic PRs titles steps: - name: Check PR title - uses: amannn/action-semantic-pull-request@e49f57ce06c1747542fce2243c7a98682384bc0e + uses: amannn/action-semantic-pull-request@069817c298f23fab00a8f29a2e556a5eac0f6390 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: