File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
fetch-depth : 0
28
28
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
30
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
cache : " pip"
50
50
51
51
- if : matrix.python-version == '3.10' && matrix.urllib3-version == '1.26.19'
52
52
name : Upload coverage to Codecov
53
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
53
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
54
54
continue-on-error : true
55
55
with :
56
56
token : ${{ secrets.CODECOV_TOKEN }}
70
70
fetch-depth : 0
71
71
72
72
- name : Set up Python
73
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
73
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
74
74
with :
75
75
python-version : " 3.10"
76
76
cache : " pip"
You can’t perform that action at this time.
0 commit comments