File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
51
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
- - uses : conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
28
+ - uses : conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
29
29
with :
30
30
auto-update-conda : true
31
31
activate-environment : numpy-tutorials
42
42
conda list
43
43
make -C site/ SPHINXOPTS="-nWT --keep-going" html
44
44
45
- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
45
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
46
46
with :
47
47
name : sphinx-build-artifact
48
48
path : site/_build/html/reports
You can’t perform that action at this time.
0 commit comments