Upgraded to v6.1 (#69)

Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
Tonye Jack 2021-05-16 15:49:03 -04:00 committed by GitHub
parent 7c66aa285d
commit 03b96b1ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 6 deletions

View File

@ -1,5 +1,23 @@
# Changelog
## [v6.1](https://github.com/tj-actions/changed-files/tree/v6.1) (2021-05-16)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v6...v6.1)
**Fixed bugs:**
- \[BUG\] any\_changed reports true without matching changed files [\#67](https://github.com/tj-actions/changed-files/issues/67)
**Closed issues:**
- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)
**Merged pull requests:**
- Fixed bug with any\_changed boolean [\#68](https://github.com/tj-actions/changed-files/pull/68) ([jackton1](https://github.com/jackton1))
- Update cirrus-actions/rebase action to v1.5 [\#66](https://github.com/tj-actions/changed-files/pull/66) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v6 [\#64](https://github.com/tj-actions/changed-files/pull/64) ([jackton1](https://github.com/jackton1))
## [v6](https://github.com/tj-actions/changed-files/tree/v6) (2021-05-14)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.3...v6)
@ -7,7 +25,6 @@
**Closed issues:**
- Improve test coverage [\#54](https://github.com/tj-actions/changed-files/issues/54)
- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)
**Merged pull requests:**

View File

@ -47,7 +47,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v6
uses: tj-actions/changed-files@v6.1
- name: List all modified files
run: |
@ -104,11 +104,11 @@ jobs:
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v6
uses: tj-actions/changed-files@v6.1
- name: Get changed files using a comma separator
id: changed-files-comma
uses: tj-actions/changed-files@v6
uses: tj-actions/changed-files@v6.1
with:
separator: ","
@ -130,7 +130,7 @@ jobs:
- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v6
uses: tj-actions/changed-files@v6.1
with:
files: |
my-file.txt
@ -159,7 +159,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v6
uses: tj-actions/changed-files@v6.1
- name: Pre-commit
uses: pre-commit/action@v2.0.0