From 110e2318e151c49e9e6fa62ad56d16111bd9a78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 08:14:25 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 6 to 7 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6 to 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/v6...v7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36f6b1b..215c611 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: name: poseidon - name: Get current branch name id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v7 - name: Checkout matching branch for Dockerfiles (optional) id: checkout-dockerfiles if: steps.branch-name.outputs.is_default == 'false'