Skip to content

Commit

Permalink
Merge pull request #66 from tj-actions/upgrade-to-v4.5
Browse files Browse the repository at this point in the history
Upgraded to v4.5
  • Loading branch information
jackton1 committed Jul 1, 2021
2 parents a0061fb + fe29155 commit 013d879
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v4.5](https://github.com/tj-actions/branch-names/tree/v4.5) (2021-07-01)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.4...v4.5)

**Merged pull requests:**

- Upgraded to v4.4 [\#65](https://github.com/tj-actions/branch-names/pull/65) ([jackton1](https://github.com/jackton1))

## [v4.4](https://github.com/tj-actions/branch-names/tree/v4.4) (2021-07-01)

[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.3...v4.4)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.4
uses: tj-actions/branch-names@v4.5

- name: Running on the default branch.
if: steps.branch-name.outputs.is_default == 'true'
Expand All @@ -65,7 +65,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.4
uses: tj-actions/branch-names@v4.5

- name: Running on the default branch.
if: steps.branch-name.outputs.is_default == 'true'
Expand Down Expand Up @@ -147,7 +147,7 @@ on:
steps:
- name: Get branch names.
id: branch-names
uses: tj-actions/branch-names@v4.4
uses: tj-actions/branch-names@v4.5
- uses: actions/checkout@v2
with:
ref: ${{ steps.branch-names.outputs.head_ref_branch }}
Expand Down

0 comments on commit 013d879

Please sign in to comment.