8000 Update README.md · kdheepak/setup-python@4564d73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4564d73

Browse files
author
Danny McCormick
authored
Update README.md
1 parent 9e2c5c4 commit 4564d73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ See [action.yml](action.yml)
1212
Basic:
1313
```yaml
1414
actions:
15-
- uses: actions/checkout@latest
16-
- uses: actions/setup-python@latest
15+
- uses: actions/checkout@master
16+
- uses: actions/setup-python@master
1717
with:
1818
version: 3.x // Version range or exact version of a Python version to use, using semvers version range syntax.
1919
architecture: x64 // (x64 or x86)
@@ -29,9 +29,9 @@ jobs:
2929
python: [ 2.x, 3.x, pypy3 ]
3030
name: Python ${{ matrix.python }} sample
3131
actions:
32-
- uses: actions/checkout@latest
32+
- uses: actions/checkout@master
3333
- name: Setup python
34-
uses: actions/setup-python@latest
34+
uses: actions/setup-python@master
3535
with:
3636
version: ${{ matrix.python }}
3737
architecture: x64

0 commit comments

Comments
 (0)
0