From aba2aacd231d580fd848856f867fd2d4d85a65d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:21:36 +0000 Subject: [PATCH] chore(deps): bump tj-actions/branch-names in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6 to 9. - [Release notes](https://github.com/tj-actions/branch-names/releases) - [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/branch-names/compare/v6...v9) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-version: '9' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/update-pr-title.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pr-title.yaml b/.github/workflows/update-pr-title.yaml index 526b420..ea3e41c 100644 --- a/.github/workflows/update-pr-title.yaml +++ b/.github/workflows/update-pr-title.yaml @@ -10,7 +10,7 @@ jobs: - name: Get branch name if: ${{ github.actor != 'github-actions' }} id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v9 - name: Check for hotfix label uses: Dreamcodeio/pr-has-label-action@v1.2