3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-19 15:23:42 +00:00

Upgraded from v3.1 -> v3.2

This commit is contained in:
jackton1 2021-04-11 22:00:41 +00:00 committed by GitHub
parent 8d5a33c603
commit 669bce6c25
2 changed files with 13 additions and 3 deletions

View file

@ -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)

View file

@ -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: ","