From 9b91c0b2ecb7f256c9d8d8e6c8c74dc1a17c7d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:09:56 +0000 Subject: [PATCH] chore: bump tj-actions/branch-names from 6.1 to 6.2 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6.1 to 6.2. - [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.1...v6.2) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 1495bff8610b9..a070b0061ef51 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.1 + uses: tj-actions/branch-names@v6.2 - name: "Branch name to Docker tag name" id: docker-tag-name