File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
19
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
20
20
with :
21
21
python-version : ' 3.12'
22
22
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13
13
14
14
- name : Set up python
15
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
15
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
16
16
with :
17
17
python-version : ' 3.12'
18
18
33
33
run : pytest . --random-order --random-order-bucket=global --ignore test/test_e2e.py --cov --cov-report=xml
34
34
35
35
- name : Upload coverage
36
- uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
36
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
37
37
with :
38
38
token : ${{ secrets.CODECOV_TOKEN }}
39
39
45
45
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
47
47
- name : Set up python
48
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
48
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
49
49
with :
50
50
python-version : ' 3.12'
51
51
You can’t perform that action at this time.
0 commit comments