From 4ecf59e55b7ee2b4ddc0d7d80a3ce378c9172faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:10:22 +0100 Subject: [PATCH] chore(deps): bump tj-actions/branch-names from 7 to 8 (#694) Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 7 to 8. - [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...v8) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc976c026..9c6a60564 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v8 - name: Build Docker image uses: strangelove-ventures/heighliner-build-action@v0.0.3