mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-10-31 16:11:09 +08:00 
			
		
		
		
	Examples now use checkout@v4 (#738)
This commit is contained in:
		
							parent
							
								
									7bc6abb01e
								
							
						
					
					
						commit
						8d2896179a
					
				| @ -18,7 +18,7 @@ See [action.yml](action.yml) | |||||||
| **Python** | **Python** | ||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
| - uses: actions/checkout@v3 | - uses: actions/checkout@v4 | ||||||
| - uses: actions/setup-python@v4 | - uses: actions/setup-python@v4 | ||||||
|   with: |   with: | ||||||
|     python-version: '3.10'  |     python-version: '3.10'  | ||||||
| @ -28,7 +28,7 @@ steps: | |||||||
| **PyPy** | **PyPy** | ||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
| - uses: actions/checkout@v3 | - uses: actions/checkout@v4 | ||||||
| - uses: actions/setup-python@v4  | - uses: actions/setup-python@v4  | ||||||
|   with: |   with: | ||||||
|     python-version: 'pypy3.9'  |     python-version: 'pypy3.9'  | ||||||
| @ -62,7 +62,7 @@ The action defaults to searching for a dependency file (`requirements.txt` or `p | |||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
| - uses: actions/checkout@v3 | - uses: actions/checkout@v4 | ||||||
| - uses: actions/setup-python@v4 | - uses: actions/setup-python@v4 | ||||||
|   with: |   with: | ||||||
|     python-version: '3.9' |     python-version: '3.9' | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Simon Willison
						Simon Willison