You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-10-31 15:16:23 +07:00 
			
		
		
		
	fix: small typo in the docs (#127)
This commit is contained in:
		| @ -82,6 +82,7 @@ jobs: | |||||||
|   build: |   build: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     strategy: |     strategy: | ||||||
|  |       matrix: | ||||||
|         # in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded |         # in this example, there is a newer version already installed, 3.7.7, so the older version will be downloaded | ||||||
|         python-version: [3.5, 3.6, 3.7.4, 3.8] |         python-version: [3.5, 3.6, 3.7.4, 3.8] | ||||||
|     steps: |     steps: | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 jamielaux
					jamielaux