8000 Apply suggestions from code review · python/python-docs-es@b60f901 · GitHub
[go: up one dir, main page]

Skip to content

Commit b60f901

Browse files
Apply suggestions from code review
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 4784132 commit b60f901

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pospell.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
comment_id: context.payload.comment.id,
2424
content: "+1",
2525
});
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- name: Preparar Python v3.10
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: "3.10"
31+
cache: 'pip'
3132
- name: Instalar dependencias
3233
run: |
3334
sudo apt-get update

0 commit comments

Comments
 (0)
0