File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6767 run : python -m pip install --upgrade nox virtualenv sphinx-lint
6868
6969 - name : Set Sphinx problem matcher
70- uses : sphinx-doc/github-problem-matcher@v1.0
70+ uses : sphinx-doc/github-problem-matcher@v1.1
7171
7272 - name : Build translated docs in ${{ matrix.language }}
7373 run : nox -s build -- -q -D language=${{ matrix.language }}
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 - linkcheck
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : " 3.11"
3333 cache : ' pip'
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
1919
2020 steps :
2121 - name : Grab the repo src
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0 # To reach the common commit
2525 - name : Set up git user as [bot]
2626 # Refs:
2727 # * https://github.community/t/github-actions-bot-email-address/17204/6
2828 # * 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
3030
3131 - name : Switch to the translation source branch
3232 run : |
5151 git merge '${{ github.event.repository.default_branch }}'
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v4
54+ uses : actions/setup-python@v5
5555 with :
5656 python-version : >-
5757 3.10
You can’t perform that action at this time.
0 commit comments