mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 13:57:39 +00:00
Upgraded from v4 -> v4.1
This commit is contained in:
parent
e8ace0110c
commit
f048489251
2 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [v4.1](https://github.com/tj-actions/changed-files/tree/v4.1) (2021-04-23)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4...v4.1)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Upgraded to v4 [\#22](https://github.com/tj-actions/changed-files/pull/22) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [v4](https://github.com/tj-actions/changed-files/tree/v4) (2021-04-23)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v3.3...v4)
|
||||
|
|
10
README.md
10
README.md
|
@ -28,7 +28,7 @@ jobs:
|
|||
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
|
||||
- name: Get changed files
|
||||
id: changed_files
|
||||
uses: tj-actions/changed-files@v4
|
||||
uses: tj-actions/changed-files@v4.1
|
||||
```
|
||||
|
||||
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get changed files
|
||||
id: changed_files
|
||||
uses: tj-actions/changed-files@v4
|
||||
uses: tj-actions/changed-files@v4.1
|
||||
```
|
||||
|
||||
|
||||
|
@ -62,11 +62,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get changed files using defaults
|
||||
id: changed_files
|
||||
uses: tj-actions/changed-files@v4
|
||||
uses: tj-actions/changed-files@v4.1
|
||||
|
||||
- name: Get changed files using a comma separator
|
||||
id: changed_files_comma
|
||||
uses: tj-actions/changed-files@v4
|
||||
uses: tj-actions/changed-files@v4.1
|
||||
with:
|
||||
separator: ","
|
||||
|
||||
|
@ -100,7 +100,7 @@ jobs:
|
|||
|
||||
- name: Get changed files
|
||||
id: changed_files
|
||||
uses: tj-actions/changed-files@v4
|
||||
uses: tj-actions/changed-files@v4.1
|
||||
|
||||
- name: Pre-commit
|
||||
uses: pre-commit/action@v2.0.0
|
||||
|
|
Loading…
Reference in a new issue