We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4784132 commit b60f901Copy full SHA for b60f901
.github/workflows/pospell.yml
@@ -23,11 +23,12 @@ jobs:
23
comment_id: context.payload.comment.id,
24
content: "+1",
25
});
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
27
- name: Preparar Python v3.10
28
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
29
with:
30
python-version: "3.10"
31
+ cache: 'pip'
32
- name: Instalar dependencias
33
run: |
34
sudo apt-get update
0 commit comments