From c907609794516b7b5d44d85c5dbe8a1f2b8b962f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 13:02:22 +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/create_pre-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_pre-release.yml b/.github/workflows/create_pre-release.yml index 1c098f7..2da426a 100644 --- a/.github/workflows/create_pre-release.yml +++ b/.github/workflows/create_pre-release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Get branch names. id: branch-names - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 # check code out - uses: actions/checkout@v2