8000 v1 (#9) · vvoody/setup-python@5dc6824 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5dc6824

Browse files
author
Danny McCormick
authored
1 parent 7dc6a07 commit 5dc6824

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Basic:
1313
```yaml
1414
steps:
1515
- uses: actions/checkout@master
16-
- uses: actions/setup-python@master
16+
- uses: actions/setup-python@v1
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)
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@master
3333
- name: Setup python
34-
uses: actions/setup-python@master
34+
uses: actions/setup-python@v1
3535
with:
3636
version: ${{ matrix.python }}
3737
architecture: x64

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-python",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Setup python action",
66
"main": "lib/setup-python.js",

0 commit comments

Comments
 (0)
0