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 4564d73

Browse filesBrowse files
author
Danny McCormick
authored
Update README.md
1 parent 9e2c5c4 commit 4564d73
Copy full SHA for 4564d73

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-4
lines changed

‎README.md

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