From 8891a283843657e62f15a663f6639e1c603414d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:30:55 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 4.3 to 7.0.7 in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 4.3 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.3...v7.0.7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ghbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghbuild.yml b/.github/workflows/ghbuild.yml index 18c0363..9ea7df9 100644 --- a/.github/workflows/ghbuild.yml +++ b/.github/workflows/ghbuild.yml @@ -69,7 +69,7 @@ jobs: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4.3 + uses: tj-actions/branch-names@v7.0.7 - name: Deploy candidate uses: JamesIves/github-pages-deploy-action@v4.4.2