From e69a1029d18298d869c8a949724fa62775c14920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 20:55:49 +0000 Subject: [PATCH] chore(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/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13ad06a2..056f5826 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2163,7 +2163,7 @@ jobs: bash - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v8 + uses: tj-actions/branch-names@v9 if: github.event_name == 'pull_request' && matrix.fetch-depth == 0 - uses: nrwl/nx-set-shas@v4 id: last_successful_commit