Skip to content

Commit 8d28961

Browse files
authored
Examples now use checkout@v4 (#738)
1 parent 7bc6abb commit 8d28961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines 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)