File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
51
+ uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
Original file line number Diff line number Diff line change 43
43
conda list
44
44
make -C site/ SPHINXOPTS="-nWT --keep-going" html
45
45
46
- - uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
46
+ - uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
47
47
with :
48
48
name : sphinx-build-artifact
49
49
path : site/_build/html/reports
You can’t perform that action at this time.
0 commit comments