File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 67
67
run : python -m pip install --upgrade nox virtualenv sphinx-lint
68
68
69
69
- name : Set Sphinx problem matcher
70
- uses : sphinx-doc/github-problem-matcher@v1.0
70
+ uses : sphinx-doc/github-problem-matcher@v1.1
71
71
72
72
- name : Build translated docs in ${{ matrix.language }}
73
73
run : nox -s build -- -q -D language=${{ matrix.language }}
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
- linkcheck
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Set up Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : " 3.11"
33
33
cache : ' pip'
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
20
20
steps :
21
21
- name : Grab the repo src
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0 # To reach the common commit
25
25
- name : Set up git user as [bot]
26
26
# Refs:
27
27
# * https://github.community/t/github-actions-bot-email-address/17204/6
28
28
# * https://github.com/actions/checkout/issues/13#issuecomment-724415212
29
- uses : fregante/setup-git-user@v1.1.0
29
+ uses : fregante/setup-git-user@v2.0.2
30
30
31
31
- name : Switch to the translation source branch
32
32
run : |
51
51
git merge '${{ github.event.repository.default_branch }}'
52
52
53
53
- name : Set up Python
54
- uses : actions/setup-python@v4
54
+ uses : actions/setup-python@v5
55
55
with :
56
56
python-version : >-
57
57
3.10
You can’t perform that action at this time.
0 commit comments