File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5555 args : install pandoc
5656 if : runner.os == 'Windows'
5757 - name : Set up Python ${{ matrix.python-version }}
58- uses : actions/setup-python@v5.3 .0
58+ uses : actions/setup-python@v5.4 .0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 cache : ' pip'
Original file line number Diff line number Diff line change 4242 uses : ./.github/actions/setup-ubuntu-latest-xvfb
4343 if : runner.os == 'Linux'
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@v5.3 .0
45+ uses : actions/setup-python@v5.4 .0
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 cache : ' pip'
Original file line number Diff line number Diff line change 1414 steps :
15151616 - name : Set up Python
17- uses : actions/setup-python@v5.3 .0
17+ uses : actions/setup-python@v5.4 .0
1818 with :
1919 python-version : ' 3.10'
2020 - name : Install build deps
You can’t perform that action at this time.
0 commit comments