Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c644ca

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.