mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 03:57:42 +00:00
Merge pull request #19 from tj-actions/upgrade-to-v3.3
Upgraded to v3.3
This commit is contained in:
commit
feadcbc861
2 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## [v3.3](https://github.com/tj-actions/changed-files/tree/v3.3) (2021-04-20)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.2...v3.3)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Update action.yml [\#18](https://github.com/tj-actions/changed-files/pull/18) ([jackton1](https://github.com/jackton1))
|
||||
- Upgraded to v3.2 [\#17](https://github.com/tj-actions/changed-files/pull/17) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [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)
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v3.2
|
||||
uses: tj-actions/changed-files@v3.3
|
||||
```
|
||||
|
||||
|
||||
|
@ -44,11 +44,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get changed files using defaults
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v3.2
|
||||
uses: tj-actions/changed-files@v3.3
|
||||
|
||||
- name: Get changed files using a comma separator
|
||||
id: changed-files-comma
|
||||
uses: tj-actions/changed-files@v3.2
|
||||
uses: tj-actions/changed-files@v3.3
|
||||
with:
|
||||
separator: ","
|
||||
|
||||
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v3.2
|
||||
uses: tj-actions/changed-files@v3.3
|
||||
|
||||
- name: Pre-commit
|
||||
uses: pre-commit/action@v2.0.0
|
||||
|
|
Loading…
Reference in a new issue