File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
fetch-depth : 0
42
42
- name : Set up Python
43
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
43
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
44
44
with :
45
45
python-version : ${{ matrix.python }}
46
46
- name : Install Python dependencies
Original file line number Diff line number Diff line change 48
48
with :
49
49
fetch-depth : 0
50
50
- name : Set up Python
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 }}
54
54
- name : Install Python dependencies
57
57
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
58
58
- name : Upload coverage to codecov
59
59
if : contains(matrix.toxenv,'-cov')
60
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
60
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
61
61
with :
62
62
file : ./coverage.xml
Original file line number Diff line number Diff line change 42
42
with :
43
43
fetch-depth : 0
44
44
- name : Set up Python
45
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
45
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
46
46
with :
47
47
python-version : ${{ matrix.python }}
48
48
- name : Install Python dependencies
Original file line number Diff line number Diff line change 67
67
with :
68
68
fetch-depth : 0
69
69
- name : Set up Python
70
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
70
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
71
71
with :
72
72
python-version : ${{ matrix.python }}
73
73
- name : Install Python dependencies
76
76
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
77
77
- name : Upload coverage to codecov
78
78
if : contains(matrix.toxenv,'-cov')
79
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
79
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
80
80
with :
81
81
file : ./coverage.xml
82
82
89
89
with :
90
90
fetch-depth : 0
91
91
- name : Set up Python
92
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
92
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
93
93
with :
94
94
python-version : " 3.9"
95
95
- name : Run egg_info
You can’t perform that action at this time.
0 commit comments