diff --git a/HISTORY.md b/HISTORY.md index 6c8a5805..7d81cec1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,19 @@ # Changelog +## [v8.5](https://github.com/tj-actions/changed-files/tree/v8.5) (2021-07-14) + +[Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.4...v8.5) + +**Merged pull requests:** + +- Updated README.md [\#128](https://github.com/tj-actions/changed-files/pull/128) ([jackton1](https://github.com/jackton1)) +- docs: add Kras4ooo as a contributor for code, doc [\#127](https://github.com/tj-actions/changed-files/pull/127) ([allcontributors[bot]](https://github.com/apps/allcontributors)) +- Add custom source sha [\#126](https://github.com/tj-actions/changed-files/pull/126) ([Kras4ooo](https://github.com/Kras4ooo)) +- Updated README.md [\#123](https://github.com/tj-actions/changed-files/pull/123) ([jackton1](https://github.com/jackton1)) +- Updated README.md [\#122](https://github.com/tj-actions/changed-files/pull/122) ([jackton1](https://github.com/jackton1)) +- Updated README.md [\#120](https://github.com/tj-actions/changed-files/pull/120) ([jackton1](https://github.com/jackton1)) +- Upgraded to v8.4 [\#119](https://github.com/tj-actions/changed-files/pull/119) ([jackton1](https://github.com/jackton1)) + ## [v8.4](https://github.com/tj-actions/changed-files/tree/v8.4) (2021-06-26) [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.3...v8.4) diff --git a/README.md b/README.md index 2e8e417c..fd0d0552 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v8.4 + uses: tj-actions/changed-files@v8.5 - name: List all modified files run: | @@ -108,11 +108,11 @@ jobs: - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v8.4 + uses: tj-actions/changed-files@v8.5 - name: Get changed files using a comma separator id: changed-files-comma - uses: tj-actions/changed-files@v8.4 + uses: tj-actions/changed-files@v8.5 with: separator: "," @@ -134,7 +134,7 @@ jobs: - name: Get specific changed files id: changed-files-specific - uses: tj-actions/changed-files@v8.4 + uses: tj-actions/changed-files@v8.5 with: files: | my-file.txt @@ -151,7 +151,7 @@ jobs: echo "One or more files listed above has changed." - name: Use a different commit SHA as the base id: changed-files-comma - uses: tj-actions/changed-files@v8.4 + uses: tj-actions/changed-files@v8.5 with: sha: ${{ github.event.pull_request.head.sha }} @@ -168,7 +168,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v8.4 + uses: tj-actions/changed-files@v8.5 - name: Pre-commit uses: pre-commit/action@v2.0.0