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 46
46
os : ubuntu-latest
47
47
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@v5
51
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
Original file line number Diff line number Diff line change 5
5
name : Run CircleCI artifacts redirector
6
6
steps :
7
7
- name : GitHub Action step
8
- uses : larsoner/circleci-artifacts-redirector-action@master
8
+ uses : larsoner/circleci-artifacts-redirector-action@4e13a10d89177f4bfc8007a7064bdbeda848d8d1 # v1.0.0
9
9
with :
10
10
repo-token : ${{ secrets.GITHUB_TOKEN }}
11
11
api-token : ${{ secrets.CIRCLE_TOKEN }}
Original file line number Diff line number Diff line change 24
24
shell : bash -l {0}
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
28
- - uses : conda-incubator/setup-miniconda@v3
27
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ - uses : conda-incubator/setup-miniconda@a4260408e20b96e80095f42ff7f1a15b27dd94ca # v3.0.4
29
29
with :
30
30
auto-update-conda : true
31
31
activate-environment : numpy-tutorials
43
43
conda list
44
44
make -C site/ SPHINXOPTS="-nWT --keep-going" html
45
45
46
- - uses : actions/upload-artifact@v3
46
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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