Merge pull request #74 from tj-actions/upgrade-to-v4.6

Upgraded to v4.6
This commit is contained in:
Tonye Jack 2021-08-04 15:14:32 -04:00 committed by GitHub
commit 28a6a95bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 9 deletions

View File

@ -1,5 +1,24 @@
# Changelog
## [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)
**Closed issues:**
- Improve documentation [\#43](https://github.com/tj-actions/branch-names/issues/43)
- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)
**Merged pull requests:**
- Update codacy/codacy-analysis-cli-action action to v4 [\#73](https://github.com/tj-actions/branch-names/pull/73) ([renovate[bot]](https://github.com/apps/renovate))
- Update codacy/codacy-analysis-cli-action action to v3 [\#72](https://github.com/tj-actions/branch-names/pull/72) ([renovate[bot]](https://github.com/apps/renovate))
- Updated README.md [\#71](https://github.com/tj-actions/branch-names/pull/71) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#70](https://github.com/tj-actions/branch-names/pull/70) ([jackton1](https://github.com/jackton1))
- Clean up docs to include all events [\#69](https://github.com/tj-actions/branch-names/pull/69) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#68](https://github.com/tj-actions/branch-names/pull/68) ([jackton1](https://github.com/jackton1))
- Upgraded to v4.5 [\#66](https://github.com/tj-actions/branch-names/pull/66) ([jackton1](https://github.com/jackton1))
## [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)
@ -12,10 +31,6 @@
[Full Changelog](https://github.com/tj-actions/branch-names/compare/v4.3...v4.4)
**Closed issues:**
- Dependency Dashboard [\#36](https://github.com/tj-actions/branch-names/issues/36)
**Merged pull requests:**
- Update tj-actions/verify-changed-files action to v7 [\#64](https://github.com/tj-actions/branch-names/pull/64) ([renovate[bot]](https://github.com/apps/renovate))

View File

@ -25,7 +25,7 @@ on:
steps:
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v4.5
uses: tj-actions/branch-names@v4.6
- 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.5
uses: tj-actions/branch-names@v4.6
- name: Current branch name
run: |
@ -109,7 +109,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.5
uses: tj-actions/branch-names@v4.6
- name: Current branch name
run: |
@ -156,7 +156,7 @@ on:
steps:
- name: Get branch names
id: branch-name
uses: tj-actions/branch-names@v4.5.
uses: tj-actions/branch-names@v4.6.
- 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.5
uses: tj-actions/branch-names@v4.6
- uses: actions/checkout@v2
with:
ref: ${{ steps.branch-names.outputs.head_ref_branch }}