mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	ci: switch to using '@master' dtolnay action
The `v1` tag exists but isn't really supported.
This mirrors [1]. See also [2].
[1]: 50086e74da
[2]: https://github.com/BurntSushi/bstr/pull/122#issuecomment-1201930916
			
			
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -98,7 +98,7 @@ jobs: | ||||
|         ci/macos-install-packages | ||||
|  | ||||
|     - name: Install Rust | ||||
|       uses: dtolnay/rust-toolchain@v1 | ||||
|       uses: dtolnay/rust-toolchain@master | ||||
|       with: | ||||
|         toolchain: ${{ matrix.rust }} | ||||
|  | ||||
| @@ -183,7 +183,7 @@ jobs: | ||||
|     - name: Checkout repository | ||||
|       uses: actions/checkout@v2 | ||||
|     - name: Install Rust | ||||
|       uses: dtolnay/rust-toolchain@v1 | ||||
|       uses: dtolnay/rust-toolchain@master | ||||
|       with: | ||||
|         toolchain: stable | ||||
|         components: rustfmt | ||||
| @@ -198,7 +198,7 @@ jobs: | ||||
|       - name: Checkout repository | ||||
|         uses: actions/checkout@v2 | ||||
|       - name: Install Rust | ||||
|         uses: dtolnay/rust-toolchain@v1 | ||||
|         uses: dtolnay/rust-toolchain@master | ||||
|         with: | ||||
|           toolchain: stable | ||||
|       - name: Check documentation | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -112,7 +112,7 @@ jobs: | ||||
|         ci/macos-install-packages | ||||
|  | ||||
|     - name: Install Rust | ||||
|       uses: dtolnay/rust-toolchain@v1 | ||||
|       uses: dtolnay/rust-toolchain@master | ||||
|       with: | ||||
|         toolchain: ${{ matrix.rust }} | ||||
|         target: ${{ matrix.target }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user