Skip to content

Commit

Permalink
Examples now use checkout@v4 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 8, 2023
1 parent 7bc6abb commit 8d28961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See [action.yml](action.yml)
**Python**
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -28,7 +28,7 @@ steps:
**PyPy**
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 'pypy3.9'
Expand Down Expand Up @@ -62,7 +62,7 @@ The action defaults to searching for a dependency file (`requirements.txt` or `p

```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down

0 comments on commit 8d28961

Please sign in to comment.