From 874b31fc5ba6c18865019d522883c0af2a179029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:30:17 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 7 to 9.0.0 in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 7 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/v7...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/linux_build_deploy.yml | 2 +- .github/workflows/mac_build_deploy.yml | 2 +- .github/workflows/windows_build_deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux_build_deploy.yml b/.github/workflows/linux_build_deploy.yml index d17f71310..87bcee8ea 100644 --- a/.github/workflows/linux_build_deploy.yml +++ b/.github/workflows/linux_build_deploy.yml @@ -70,7 +70,7 @@ jobs: - name: Get Branch Names id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v9.0.0 - name: Store Build on AWS run: | diff --git a/.github/workflows/mac_build_deploy.yml b/.github/workflows/mac_build_deploy.yml index e964a12b1..fe0192dd5 100644 --- a/.github/workflows/mac_build_deploy.yml +++ b/.github/workflows/mac_build_deploy.yml @@ -106,7 +106,7 @@ jobs: - name: Get Branch Names id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v9.0.0 - name: Store Build on AWS run: | diff --git a/.github/workflows/windows_build_deploy.yml b/.github/workflows/windows_build_deploy.yml index 265a84c0f..002431438 100644 --- a/.github/workflows/windows_build_deploy.yml +++ b/.github/workflows/windows_build_deploy.yml @@ -85,7 +85,7 @@ jobs: - name: Get Branch Names id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v9.0.0 - name: Store Build on AWS run: |