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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
43
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
51
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
60
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
45
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
70
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
79
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
92
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .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