mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
Merge pull request #17 from tj-actions/upgrade-to-v3.2
Upgraded to v3.2
This commit is contained in:
commit
cc55e77a98
2 changed files with 13 additions and 3 deletions
10
HISTORY.md
10
HISTORY.md
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## [v3.2](https://github.com/tj-actions/changed-files/tree/v3.2) (2021-04-11)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.1...v3.2)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Add support for all modified files [\#16](https://github.com/tj-actions/changed-files/pull/16) ([jackton1](https://github.com/jackton1))
|
||||
- Update test.yml [\#14](https://github.com/tj-actions/changed-files/pull/14) ([jackton1](https://github.com/jackton1))
|
||||
- Upgraded to v3.1 [\#13](https://github.com/tj-actions/changed-files/pull/13) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [v3.1](https://github.com/tj-actions/changed-files/tree/v3.1) (2021-04-04)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3...v3.1)
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v3.1
|
||||
uses: tj-actions/changed-files@v3.2
|
||||
```
|
||||
|
||||
|
||||
|
@ -44,11 +44,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get changed files using defaults
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v3.1
|
||||
uses: tj-actions/changed-files@v3.2
|
||||
|
||||
- name: Get changed files using a comma separator
|
||||
id: changed-files-comma
|
||||
uses: tj-actions/changed-files@v3.1
|
||||
uses: tj-actions/changed-files@v3.2
|
||||
with:
|
||||
separator: ","
|
||||
|
||||
|
|
Loading…
Reference in a new issue