mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	ci: remove fetch-depth parameter from the checkout action
				
					
				
			It is already set to 1 by default. Closes #2316
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -98,8 +98,6 @@ jobs: | ||||
|     steps: | ||||
|     - name: Checkout repository | ||||
|       uses: actions/checkout@v2 | ||||
|       with: | ||||
|         fetch-depth: 1 | ||||
|  | ||||
|     - name: Install packages (Ubuntu) | ||||
|       if: matrix.os == 'ubuntu-22.04' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user