From f699bb5cffa4ffc66e5f30fe36d75bdc7d4c2d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 21:45:28 +0000 Subject: [PATCH] chore(deps): bump tj-actions/branch-names from 5 to 6 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 5 to 6. - [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/v5...v6) --- 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6207e0c..fd84d82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -141,7 +141,7 @@ jobs: - name: Get branch/tag names id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v6 with: strip_tag_prefix: "v"