mirror of
https://github.com/tj-actions/changed-files
synced 2024-12-16 19:27:39 +00:00
Upgraded to v5.2 (#45)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
0312146842
commit
b25acb4ce7
2 changed files with 17 additions and 5 deletions
12
HISTORY.md
12
HISTORY.md
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased](https://github.com/tj-actions/changed-files/tree/HEAD)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.2...HEAD)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Upgraded to v5.1 [\#44](https://github.com/tj-actions/changed-files/pull/44) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [v5.2](https://github.com/tj-actions/changed-files/tree/v5.2) (2021-05-01)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.1...v5.2)
|
||||
|
||||
## [v5.1](https://github.com/tj-actions/changed-files/tree/v5.1) (2021-05-01)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5...v5.1)
|
||||
|
|
10
README.md
10
README.md
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v5.1
|
||||
uses: tj-actions/changed-files@v5.2
|
||||
|
||||
- name: List all modified files
|
||||
run: |
|
||||
|
@ -102,11 +102,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get changed files using defaults
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v5.1
|
||||
uses: tj-actions/changed-files@v5.2
|
||||
|
||||
- name: Get changed files using a comma separator
|
||||
id: changed-files-comma
|
||||
uses: tj-actions/changed-files@v5.1
|
||||
uses: tj-actions/changed-files@v5.2
|
||||
with:
|
||||
separator: ","
|
||||
|
||||
|
@ -128,7 +128,7 @@ jobs:
|
|||
|
||||
- name: Get specific changed files
|
||||
id: changed-files-specific
|
||||
uses: tj-actions/changed-files@v4.2
|
||||
uses: tj-actions/changed-files@v5.2
|
||||
with:
|
||||
files: |
|
||||
my-file.txt
|
||||
|
@ -162,7 +162,7 @@ jobs:
|
|||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v5.1
|
||||
uses: tj-actions/changed-files@v5.2
|
||||
|
||||
- name: Pre-commit
|
||||
uses: pre-commit/action@v2.0.0
|
||||
|
|
Loading…
Reference in a new issue