From f0e9951778802526b14c934f7bf746e1e0ae5ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:31:09 +0200 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request from 5.5.3 to 6.0.1 (#3189) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 66e3419a..ef82d6e5 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 }}