5
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-10-26 07:16:42 +00:00

Update README.md

This commit is contained in:
Konrad Pabjan
2019-12-13 14:09:54 -05:00
committed by GitHub
parent 74a6d2d864
commit c2338a225e

View File

@@ -34,7 +34,7 @@ jobs:
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
name: Python ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- name: Setup python
uses: actions/setup-python@v1
with: