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] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-21 08:14:25 +00:00
committed by Sebastian Serth
parent 0058bb7dbf
commit 110e2318e1

View File

@ -186,7 +186,7 @@ jobs:
name: poseidon name: poseidon
- name: Get current branch name - name: Get current branch name
id: branch-name id: branch-name
uses: tj-actions/branch-names@v6 uses: tj-actions/branch-names@v7
- name: Checkout matching branch for Dockerfiles (optional) - name: Checkout matching branch for Dockerfiles (optional)
id: checkout-dockerfiles id: checkout-dockerfiles
if: steps.branch-name.outputs.is_default == 'false' if: steps.branch-name.outputs.is_default == 'false'