File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 52
52
- name : Obtiene la lista de archivos .po con cambios (sólo en PRs)
53
53
if : github.event_name == 'pull_request'
54
54
id : changed-po-files
55
- uses : tj-actions/changed-files@v41
55
+ uses : tj-actions/changed-files@v42
56
56
with :
57
57
files : |
58
58
**/*.po
Original file line number Diff line number Diff line change 37
37
python -m pip install -r base-branch/requirements.txt
38
38
- name : Obtiene lista de archivos con cambios
39
39
id : changed-files
40
- uses : tj-actions/changed-files@v41
40
+ uses : tj-actions/changed-files@v42
41
41
with :
42
42
files : |
43
43
**/*.po
Original file line number Diff line number Diff line change
1
+ docutils == 0.20.1
1
2
pip
2
3
Sphinx == 7.2.6
3
4
blurb
@@ -13,6 +14,6 @@ sphinx-intl
13
14
pre-commit
14
15
sphinx-autorun
15
16
sphinxemoji
16
- sphinx-tabs == 3.4.4
17
+ sphinx-tabs == 3.4.5
17
18
sphinx-lint == 0.7.0
18
19
tabulate
You can’t perform that action at this time.
0 commit comments