From 6b13d1de24334bbdd96f590ebc3c82d3c9ed21ff Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 6 May 2021 08:56:50 -0400 Subject: [PATCH] Upgraded to v5.2 (#53) Co-authored-by: jackton1 --- HISTORY.md | 19 ++++++++++++++++++- README.md | 10 +++++----- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 44b44ad8..d818afc2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,23 @@ # Changelog +## [v5.2](https://github.com/tj-actions/changed-files/tree/v5.2) (2021-05-06) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v5.1...v5.2) + +**Implemented enhancements:** + +- \[shellcheck\]: Resolve SC2001 [\#42](https://github.com/tj-actions/changed-files/issues/42) +- \[shellcheck\]: Resolve SC2128 [\#41](https://github.com/tj-actions/changed-files/issues/41) + +**Closed issues:** + +- Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27) + +**Merged pull requests:** + +- Update tj-actions/github-changelog-generator action to v1.8 [\#52](https://github.com/tj-actions/changed-files/pull/52) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded to v5.1 [\#51](https://github.com/tj-actions/changed-files/pull/51) ([jackton1](https://github.com/jackton1)) + ## [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) @@ -47,7 +65,6 @@ **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:** diff --git a/README.md b/README.md index db425ef6..40f12bdc 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v5.2 - name: List all modified files run: | @@ -104,11 +104,11 @@ jobs: - uses: actions/checkout@v2 - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v5.2 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v5.2 with: separator: "," @@ -130,7 +130,7 @@ jobs: - name: Get specific changed files id: changed-files-specific - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v5.2 with: files: | my-file.txt @@ -164,7 +164,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v5.2 - name: Pre-commit uses: pre-commit/action@v2.0.0