Skip to content

Commit

Permalink
Merge pull request #22 from tj-actions/upgrade-to-v4
Browse files Browse the repository at this point in the history
Upgraded to v4
  • Loading branch information
jackton1 authored Apr 23, 2021
2 parents c061ef1 + 1948364 commit e858c48
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)

**Implemented enhancements:**

- Feature request [\#15](https://github.com/tj-actions/changed-files/issues/15)
- Added support for push events [\#21](https://github.com/tj-actions/changed-files/pull/21) ([jackton1](https://github.com/jackton1))

**Merged pull requests:**

- Upgraded to v3.3 [\#19](https://github.com/tj-actions/changed-files/pull/19) ([jackton1](https://github.com/jackton1))

## [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)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
- name: Get changed files
id: changed_files
uses: tj-actions/changed-files@v3.3
uses: tj-actions/changed-files@v4
```
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get changed files
id: changed_files
uses: tj-actions/changed-files@v3.3
uses: tj-actions/changed-files@v4
```
Expand All @@ -69,11 +69,11 @@ jobs:
- uses: actions/checkout@v2
- name: Get changed files using defaults
id: changed_files
uses: tj-actions/changed-files@v3.3
uses: tj-actions/changed-files@v4

- name: Get changed files using a comma separator
id: changed_files_comma
uses: tj-actions/changed-files@v3.3
uses: tj-actions/changed-files@v4
with:
separator: ","

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Get changed files
id: changed_files
uses: tj-actions/changed-files@v3.3
uses: tj-actions/changed-files@v4

- name: Pre-commit
uses: pre-commit/[email protected]
Expand Down

0 comments on commit e858c48

Please sign in to comment.