Skip to content

Commit 9c644ca

Browse files
authored
Update README.md to fix setup-python version in example (actions#368)
1 parent 3e8e90e commit 9c644ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ steps:
249249
**Caching poetry dependencies:**
250250
```yaml
251251
steps:
252-
- uses: actions/checkout@v2
252+
- uses: actions/checkout@v3
253253
- name: Install poetry
254254
run: pipx install poetry
255-
- uses: actions/setup-python@v2
255+
- uses: actions/setup-python@v3
256256
with:
257257
python-version: '3.9'
258258
cache: 'poetry'

0 commit comments

Comments
 (0)