Commit 1ebfb48 1 parent 9d39dfd commit 1ebfb48 Copy full SHA for 1ebfb48
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
- name : Set up Python to build docs with sphinx
22
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
22
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
23
23
with :
24
24
python-version : ' 3.10'
25
25
- name : Install base dependencies
39
39
with :
40
40
fetch-depth : 0
41
41
- name : Set up python
42
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
42
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
43
43
with :
44
44
python-version : ' 3.10'
45
45
- name : Install base dependencies
Original file line number Diff line number Diff line change 78
78
with :
79
79
fetch-depth : 0
80
80
- name : Set up python ${{ matrix.python }} on ${{ matrix.os }}
81
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
81
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
82
82
with :
83
83
python-version : ${{ matrix.python }}
84
84
- name : Install base dependencies
Original file line number Diff line number Diff line change 23
23
with :
24
24
fetch-depth : 0
25
25
26
- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
26
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
27
27
with :
28
28
python-version : ' 3.10'
29
29
You can’t perform that action at this time.
0 commit comments