From 2a08dffaca5be1210220830b2334a827a263eea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:30:36 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 7.0.7 to 9.0.0 in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 7.0.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.0.7...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/CreateReleaseApps.yml | 4 ++-- .github/workflows/docker-image.yml | 2 +- .github/workflows/dotnet.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CreateReleaseApps.yml b/.github/workflows/CreateReleaseApps.yml index 2d2538f..0f71b31 100644 --- a/.github/workflows/CreateReleaseApps.yml +++ b/.github/workflows/CreateReleaseApps.yml @@ -14,7 +14,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: Setup .NET uses: actions/setup-dotnet@v4 with: @@ -57,7 +57,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: Setup .NET uses: actions/setup-dotnet@v4 with: diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 52e86bc..802426a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: List files run: ls -la diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 75f6e8a..313570e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,7 +15,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: Setup .NET uses: actions/setup-dotnet@v2 with: