Skip to content

Commit ff2334d

Browse files
authored
Merge branch '3.12' into traduccion-mimetypes
2 parents 793d4c4 + 968ae0e commit ff2334d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Obtiene la lista de archivos .po con cambios (sólo en PRs)
5353
if: github.event_name == 'pull_request'
5454
id: changed-po-files
55-
uses: tj-actions/changed-files@v41
55+
uses: tj-actions/changed-files@v42
5656
with:
5757
files: |
5858
**/*.po

.github/workflows/pr-comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python -m pip install -r base-branch/requirements.txt
3838
- name: Obtiene lista de archivos con cambios
3939
id: changed-files
40-
uses: tj-actions/changed-files@v41
40+
uses: tj-actions/changed-files@v42
4141
with:
4242
files: |
4343
**/*.po

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
docutils==0.20.1
12
pip
23
Sphinx==7.2.6
34
blurb
@@ -13,6 +14,6 @@ sphinx-intl
1314
pre-commit
1415
sphinx-autorun
1516
sphinxemoji
16-
sphinx-tabs==3.4.4
17+
sphinx-tabs==3.4.5
1718
sphinx-lint==0.7.0
1819
tabulate

0 commit comments

Comments
 (0)