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

Upgraded to v5.1 (#44)

Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
Tonye Jack 2021-05-01 16:29:02 -04:00 committed by GitHub
parent 78879f7581
commit 0312146842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [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)
**Merged pull requests:**
- Upgraded to v5 [\#43](https://github.com/tj-actions/changed-files/pull/43) ([jackton1](https://github.com/jackton1))
## [v5](https://github.com/tj-actions/changed-files/tree/v5) (2021-05-01)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.4...v5)

View file

@ -84,7 +84,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v5
uses: tj-actions/changed-files@v5.1
- 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
uses: tj-actions/changed-files@v5.1
- name: Get changed files using a comma separator
id: changed-files-comma
uses: tj-actions/changed-files@v5
uses: tj-actions/changed-files@v5.1
with:
separator: ","
@ -162,7 +162,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v5
uses: tj-actions/changed-files@v5.1
- name: Pre-commit
uses: pre-commit/action@v2.0.0