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 8d28961

Browse filesBrowse files
authored
Examples now use checkout@v4 (actions#738)
1 parent 7bc6abb commit 8d28961
Copy full SHA for 8d28961

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See [action.yml](action.yml)
1818
**Python**
1919
```yaml
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v4
2323
with:
2424
python-version: '3.10'
@@ -28,7 +28,7 @@ steps:
2828
**PyPy**
2929
```yaml
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v4
3333
with:
3434
python-version: 'pypy3.9'
@@ -62,7 +62,7 @@ The action defaults to searching for a dependency file (`requirements.txt` or `p
6262

6363
```yaml
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v4
6666
- uses: actions/setup-python@v4
6767
with:
6868
python-version: '3.9'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.