From a83b5329e0bfdab4e784af6c822308bff1a3e186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:52:55 +0000 Subject: [PATCH] build(deps): bump tj-actions/branch-names from 8 to 9 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 8 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/v8...v9) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df25613..7022502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Get branch names id: branch-names - uses: tj-actions/branch-names@v8 + uses: tj-actions/branch-names@v9 - name: Checkout if: ${{ steps.branch-names.outputs.current_branch == 'update-dependencies' }}