From 2e616127f9789873611c7f6d69959eb81b7771c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:06:52 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 7 to 8 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] --- .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 812f830..09430e9 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@v7 + uses: tj-actions/branch-names@v8 - name: Checkout matching branch for Dockerfiles (optional) id: checkout-dockerfiles if: steps.branch-name.outputs.is_default == 'false'