From a1ef2ecb5ecdcb9c96163b0e51e2301866351215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:31:01 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 4 to 7.0.7 in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 4 to 7.0.7. - [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...v7.0.7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/branch-names.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-names.yml b/.github/workflows/branch-names.yml index ef311880..e11f9f70 100644 --- a/.github/workflows/branch-names.yml +++ b/.github/workflows/branch-names.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4 + uses: tj-actions/branch-names@v7.0.7 - name: Running on the default branch. if: steps.branch-name.outputs.is_default == 'true'