From 5334a78140e3462e4f038c0465f693b9c83887f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:30:43 +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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6926697..8b93290 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: Get current date id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')"