Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5dc6824

Browse filesBrowse files
author
Danny McCormick
authored
1 parent 7dc6a07 commit 5dc6824
Copy full SHA for 5dc6824

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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

Copy file name to clipboardExpand all lines: package-lock.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.