From 2bcefe21d5a941a3b5e13ef8b414a1e391530f49 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Sat, 1 May 2021 16:13:47 +0000 Subject: [PATCH] Upgraded from v4.2 -> v4.3 --- HISTORY.md | 27 ++++++++++++++++++++++++++- README.md | 8 ++++---- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6baafbe91cd..112d76f8fa8 100644 --- a/HISTORY.md +++ b/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) @@ -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) diff --git a/README.md b/README.md index d030d053038..01603d2fb5a 100644 --- a/README.md +++ b/README.md @@ -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: | @@ -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: "," @@ -130,7 +130,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