mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-11-04 07:47:09 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -34,7 +34,7 @@ jobs:
 | 
				
			|||||||
        python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
 | 
					        python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
 | 
				
			||||||
    name: Python ${{ matrix.python-version }} sample
 | 
					    name: Python ${{ matrix.python-version }} sample
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@master
 | 
					      - uses: actions/checkout@v1
 | 
				
			||||||
      - name: Setup python
 | 
					      - name: Setup python
 | 
				
			||||||
        uses: actions/setup-python@v1
 | 
					        uses: actions/setup-python@v1
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user