mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 07:47:08 +00:00 
			
		
		
		
	Fix small action version typo in docs (#590)
This commit is contained in:
		 João Carlos Ferra de Almeida
					João Carlos Ferra de Almeida
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							34b4b622e3
						
					
				
				
					commit
					a6eba85bba
				
			| @@ -558,7 +558,7 @@ Here are the steps you need to follow to avoid the rate limit: | |||||||
|  |  | ||||||
| ```yml | ```yml | ||||||
| - name: Set up Python | - name: Set up Python | ||||||
|   uses: actions/setup-python@4 |   uses: actions/setup-python@v4 | ||||||
|   with: |   with: | ||||||
|     python-version: 3.8 |     python-version: 3.8 | ||||||
|     token: ${{ secrets.GH_GITHUB_COM_TOKEN }} |     token: ${{ secrets.GH_GITHUB_COM_TOKEN }} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user