Update README.md

This commit is contained in:
Shubham Tiwari 2022-04-01 16:45:18 +05:30 committed by GitHub
parent 4a53b321bf
commit f46ff85335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,7 +249,7 @@ 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@v3