8000 Merge pull request #59 from chenrui333/update-readme · ukd1/setup-python@b3b6fd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3b6fd7

Browse files
author
Madhuri Gummalla
authored
Merge pull request actions#59 from chenrui333/update-readme
Update checkout action to v2
2 parents 3503180 + a208271 commit b3b6fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
18
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See [action.yml](action.yml)
1616
Basic:
1717
```yaml
18
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v2
2020
- uses: actions/setup-python@v1
2121
with:
2222
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
@@ -34,7 +34,7 @@ jobs:
3434
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
3535
name: Python ${{ matrix.python-version }} sample
3636
steps:
37-
- uses: actions/checkout@v1
37+
- uses: actions/checkout@v2
3838
- name: Setup python
3939
uses: actions/setup-python@v1
4040
with:
@@ -58,7 +58,7 @@ jobs:
5858
- os: windows-latest
5959
python-version: 3.6
6060
steps:
61-
- uses: actions/checkout@v1
61+
- uses: actions/checkout@v2
6262
- name: Set up Python
6363
uses: actions/setup-python@v1
6464
with:

0 commit comments

Comments
 (0)
0