Skip to content

Commit

Permalink
Upgraded to v5.3 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
  • Loading branch information
jackton1 and jackton1 committed May 1, 2021
1 parent 0e956bb commit 9d404b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions HISTORY.md
@@ -1,11 +1,13 @@
# Changelog

## [Unreleased](https://github.com/tj-actions/changed-files/tree/HEAD)
## [v5.3](https://github.com/tj-actions/changed-files/tree/v5.3) (2021-05-01)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.2...HEAD)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.2...v5.3)

**Merged pull requests:**

- Fixed bug with all\_changed when array is empty [\#46](https://github.com/tj-actions/changed-files/pull/46) ([jackton1](https://github.com/jackton1))
- Upgraded to v5.2 [\#45](https://github.com/tj-actions/changed-files/pull/45) ([jackton1](https://github.com/jackton1))
- 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)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v5.2
uses: tj-actions/changed-files@v5.3

- name: List all modified files
run: |
Expand All @@ -102,11 +102,11 @@ jobs:
- uses: actions/checkout@v2
- name: Get changed files using defaults
id: changed-files
uses: tj-actions/changed-files@v5.2
uses: tj-actions/changed-files@v5.3

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

Expand All @@ -128,7 +128,7 @@ jobs:
- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v5.2
uses: tj-actions/changed-files@v5.3
with:
files: |
my-file.txt
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v5.2
uses: tj-actions/changed-files@v5.3

- name: Pre-commit
uses: pre-commit/action@v2.0.0
Expand Down

0 comments on commit 9d404b8

Please sign in to comment.