Upgraded to v9 (#146)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7abdbc94e9
								
							
						
					
					
						commit
						fba57fd3c6
					
				
							
								
								
									
										23
									
								
								HISTORY.md
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								HISTORY.md
									
									
									
									
									
								
							| @ -1,5 +1,24 @@ | |||||||
| # Changelog | # Changelog | ||||||
| 
 | 
 | ||||||
|  | ## [v9](https://github.com/tj-actions/changed-files/tree/v9) (2021-07-24) | ||||||
|  | 
 | ||||||
|  | [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.9...v9) | ||||||
|  | 
 | ||||||
|  | **Fixed bugs:** | ||||||
|  | 
 | ||||||
|  | - \[BUG\] \<any\_changed doesn't capture changes due to renaming files\> [\#144](https://github.com/tj-actions/changed-files/issues/144) | ||||||
|  | 
 | ||||||
|  | **Closed issues:** | ||||||
|  | 
 | ||||||
|  | - Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27) | ||||||
|  | 
 | ||||||
|  | **Merged pull requests:** | ||||||
|  | 
 | ||||||
|  | - Update `any_changed` to include renamed files. [\#145](https://github.com/tj-actions/changed-files/pull/145) ([jackton1](https://github.com/jackton1)) | ||||||
|  | - Update codacy/codacy-analysis-cli-action action to v4 [\#143](https://github.com/tj-actions/changed-files/pull/143) ([renovate[bot]](https://github.com/apps/renovate)) | ||||||
|  | - Update codacy/codacy-analysis-cli-action action to v3 [\#142](https://github.com/tj-actions/changed-files/pull/142) ([renovate[bot]](https://github.com/apps/renovate)) | ||||||
|  | - Upgraded to v8.9 [\#140](https://github.com/tj-actions/changed-files/pull/140) ([jackton1](https://github.com/jackton1)) | ||||||
|  | 
 | ||||||
| ## [v8.9](https://github.com/tj-actions/changed-files/tree/v8.9) (2021-07-18) | ## [v8.9](https://github.com/tj-actions/changed-files/tree/v8.9) (2021-07-18) | ||||||
| 
 | 
 | ||||||
| [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.8...v8.9) | [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.8...v8.9) | ||||||
| @ -68,10 +87,6 @@ | |||||||
| 
 | 
 | ||||||
| [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.3...v8.4) | [Full Changelog](https://github.com/tj-actions/changed-files/compare/v8.3...v8.4) | ||||||
| 
 | 
 | ||||||
| **Closed issues:** |  | ||||||
| 
 |  | ||||||
| - Dependency Dashboard [\#27](https://github.com/tj-actions/changed-files/issues/27) |  | ||||||
| 
 |  | ||||||
| **Merged pull requests:** | **Merged pull requests:** | ||||||
| 
 | 
 | ||||||
| - Update reviewdog/action-shellcheck action to v1.6 [\#118](https://github.com/tj-actions/changed-files/pull/118) ([renovate[bot]](https://github.com/apps/renovate)) | - Update reviewdog/action-shellcheck action to v1.6 [\#118](https://github.com/tj-actions/changed-files/pull/118) ([renovate[bot]](https://github.com/apps/renovate)) | ||||||
|  | |||||||
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
								
							| @ -55,7 +55,7 @@ jobs: | |||||||
|        |        | ||||||
|       - name: Get changed files |       - name: Get changed files | ||||||
|         id: changed-files |         id: changed-files | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|        |        | ||||||
|       - name: List all modified files |       - name: List all modified files | ||||||
|         run: | |         run: | | ||||||
| @ -113,11 +113,11 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - name: Get changed files using defaults |       - name: Get changed files using defaults | ||||||
|         id: changed-files |         id: changed-files | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|        |        | ||||||
|       - name: Get changed files using a comma separator |       - name: Get changed files using a comma separator | ||||||
|         id: changed-files-comma |         id: changed-files-comma | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|         with: |         with: | ||||||
|           separator: "," |           separator: "," | ||||||
| 
 | 
 | ||||||
| @ -139,7 +139,7 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - name: Get specific changed files |       - name: Get specific changed files | ||||||
|         id: changed-files-specific |         id: changed-files-specific | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|         with: |         with: | ||||||
|           files: | |           files: | | ||||||
|             my-file.txt |             my-file.txt | ||||||
| @ -162,14 +162,14 @@ jobs: | |||||||
|        |        | ||||||
|       - name: Use a source file or list of file(s) to populate to files input. |       - name: Use a source file or list of file(s) to populate to files input. | ||||||
|         id: changed-files-specific-source-file |         id: changed-files-specific-source-file | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|         with: |         with: | ||||||
|           files_from_source_file: | |           files_from_source_file: | | ||||||
|             test/changed-files-list.txt |             test/changed-files-list.txt | ||||||
| 
 | 
 | ||||||
|       - name: Use a source file or list of file(s) to populate to files input and optionally specify more files. |       - name: Use a source file or list of file(s) to populate to files input and optionally specify more files. | ||||||
|         id: changed-files-specific-source-file-and-specify-files |         id: changed-files-specific-source-file-and-specify-files | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|         with: |         with: | ||||||
|           files_from_source_file: | |           files_from_source_file: | | ||||||
|             test/changed-files-list.txt |             test/changed-files-list.txt | ||||||
| @ -178,13 +178,13 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - name: Use a different commit SHA |       - name: Use a different commit SHA | ||||||
|         id: changed-files-custom-sha |         id: changed-files-custom-sha | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|         with: |         with: | ||||||
|           sha: ${{ github.event.pull_request.head.sha }} |           sha: ${{ github.event.pull_request.head.sha }} | ||||||
|            |            | ||||||
|       - name: Use a different base SHA |       - name: Use a different base SHA | ||||||
|         id: changed-files-custom-base-sha |         id: changed-files-custom-base-sha | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
|         with: |         with: | ||||||
|           base_sha: "2096ed0" |           base_sha: "2096ed0" | ||||||
|          |          | ||||||
| @ -201,7 +201,7 @@ jobs: | |||||||
|        |        | ||||||
|       - name: Get changed files |       - name: Get changed files | ||||||
|         id: changed-files |         id: changed-files | ||||||
|         uses: tj-actions/changed-files@v8.9 |         uses: tj-actions/changed-files@v9 | ||||||
| 
 | 
 | ||||||
|       - name: Pre-commit |       - name: Pre-commit | ||||||
|         uses: pre-commit/action@v2.0.0 |         uses: pre-commit/action@v2.0.0 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tonye Jack
						Tonye Jack