Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a6d2d commit c2338a2Copy full SHA for c2338a2
README.md
@@ -34,7 +34,7 @@ jobs:
34
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
35
name: Python ${{ matrix.python-version }} sample
36
steps:
37
- - uses: actions/checkout@master
+ - uses: actions/checkout@v1
38
- name: Setup python
39
uses: actions/setup-python@v1
40
with:
0 commit comments