From 92b92e360ce2b3c492fd17856706c4ab40e7edb0 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Wed, 4 Aug 2021 19:16:17 +0000 Subject: [PATCH] Upgraded from v4.6 -> v4.7 --- HISTORY.md | 8 ++++++++ README.md | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 1413c77..a3a8b95 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Changelog +## [v4.7](https://github.com/tj-actions/branch-names/tree/v4.7) (2021-08-04) + +[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.6...v4.7) + +**Merged pull requests:** + +- Upgraded to v4.6 [\#74](https://github.com/tj-actions/branch-names/pull/74) ([jackton1](https://github.com/jackton1)) + ## [v4.6](https://github.com/tj-actions/branch-names/tree/v4.6) (2021-08-04) [Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.5...v4.6) diff --git a/README.md b/README.md index 4f1bc8b..e1647f9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ on: steps: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v4.6 + uses: tj-actions/branch-names@v4.7 - name: Running on the default branch. if: steps.branch-name.outputs.is_default == 'true' @@ -72,7 +72,7 @@ on: steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4.6 + uses: tj-actions/branch-names@v4.7 - name: Current branch name run: | @@ -109,7 +109,7 @@ on: steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4.6 + uses: tj-actions/branch-names@v4.7 - name: Current branch name run: | @@ -156,7 +156,7 @@ on: steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4.6. + uses: tj-actions/branch-names@v4.7. - name: Running on a tag branch. if: steps.branch-name.outputs.is_tag == 'true' @@ -185,7 +185,7 @@ on: steps: - name: Get branch names. id: branch-names - uses: tj-actions/branch-names@v4.6 + uses: tj-actions/branch-names@v4.7 - uses: actions/checkout@v2 with: ref: ${{ steps.branch-names.outputs.head_ref_branch }}