From fc8e79d5ffe24c317633b86fa63887a33778b060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:34:53 +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 4.9 to 9.0.0. - [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/v4.9...v9.0.0) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/verify_automation_health.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/verify_automation_health.yml diff --git a/.github/workflows/verify_automation_health.yml b/.github/workflows/verify_automation_health.yml old mode 100755 new mode 100644 index 3a634e8..11da968 --- a/.github/workflows/verify_automation_health.yml +++ b/.github/workflows/verify_automation_health.yml @@ -20,7 +20,7 @@ jobs: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4.9 + uses: tj-actions/branch-names@v9.0.0 - name: Check commit authors run: |