From 5435bceaf0d7ea7b46b73cc2cb41525c44e66015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 14:42:58 -0600 Subject: [PATCH] chore: bump tj-actions/branch-names from 6.3 to 6.4 (#5518) Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6.3 to 6.4. - [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.3...v6.4) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dogfood.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dogfood.yaml b/.github/workflows/dogfood.yaml index 61f31af16b..0dede0bf1b 100644 --- a/.github/workflows/dogfood.yaml +++ b/.github/workflows/dogfood.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v6.3 + uses: tj-actions/branch-names@v6.4 - name: "Branch name to Docker tag name" id: docker-tag-name