Skip to content

Commit

Permalink
Merge pull request #32 from tj-actions/upgrade-to-v4.3
Browse files Browse the repository at this point in the history
Upgraded to v4.3
  • Loading branch information
jackton1 committed May 1, 2021
2 parents 9864173 + d6f3673 commit fd5dd8e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
27 changes: 26 additions & 1 deletion HISTORY.md
@@ -1,5 +1,27 @@
# Changelog

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

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

**Fixed bugs:**

- fatal error when using @v4.2 [\#28](https://github.com/tj-actions/changed-files/issues/28)

**Closed issues:**

- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27)
- Add support for watching a subset of files. [\#20](https://github.com/tj-actions/changed-files/issues/20)

**Merged pull requests:**

- Add support to filter only specific files [\#31](https://github.com/tj-actions/changed-files/pull/31) ([jackton1](https://github.com/jackton1))
- Bump tj-actions/sync-release-version from v8 to v8.5 [\#30](https://github.com/tj-actions/changed-files/pull/30) ([dependabot[bot]](https://github.com/apps/dependabot))
- Upgrade to GitHub-native Dependabot [\#29](https://github.com/tj-actions/changed-files/pull/29) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Update tj-actions/github-changelog-generator action to v1.6 [\#26](https://github.com/tj-actions/changed-files/pull/26) ([renovate[bot]](https://github.com/apps/renovate))
- Update README.md [\#25](https://github.com/tj-actions/changed-files/pull/25) ([jackton1](https://github.com/jackton1))
- Upgraded to v4.2 [\#24](https://github.com/tj-actions/changed-files/pull/24) ([jackton1](https://github.com/jackton1))

## [v4.2](https://github.com/tj-actions/changed-files/tree/v4.2) (2021-04-23)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v4.1...v4.2)
Expand Down Expand Up @@ -67,12 +89,15 @@
- Configure Renovate [\#9](https://github.com/tj-actions/changed-files/pull/9) ([renovate[bot]](https://github.com/apps/renovate))
- Update test.yml [\#8](https://github.com/tj-actions/changed-files/pull/8) ([jackton1](https://github.com/jackton1))
- Upgraded to v2.1 [\#6](https://github.com/tj-actions/changed-files/pull/6) ([jackton1](https://github.com/jackton1))
- Upgraded to v2 [\#5](https://github.com/tj-actions/changed-files/pull/5) ([jackton1](https://github.com/jackton1))

## [v2.1](https://github.com/tj-actions/changed-files/tree/v2.1) (2021-03-18)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2...v2.1)

**Merged pull requests:**

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

## [v2](https://github.com/tj-actions/changed-files/tree/v2) (2021-03-14)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1...v2)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -74,7 +74,7 @@ jobs:

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

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

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

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

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

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

0 comments on commit fd5dd8e

Please sign in to comment.