Skip to content

Commit

Permalink
Update README.md to fix setup-python version in example (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishub committed Apr 1, 2022
1 parent 3e8e90e commit 9c644ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -249,10 +249,10 @@ steps:
**Caching poetry dependencies:**
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'poetry'
Expand Down

0 comments on commit 9c644ca

Please sign in to comment.