File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
- uses : actions/checkout@v4
37
37
38
38
- name : Setup python for starting the tests
39
- uses : actions/setup-python@v5.4 .0
39
+ uses : actions/setup-python@v5.6 .0
40
40
with :
41
41
python-version : ' 3.13'
42
42
architecture : ' x64'
50
50
if : runner.os != 'Windows'
51
51
52
52
- name : Setup python ${{ matrix.python-version }} for running the tests
53
- uses : actions/setup-python@v5.4 .0
53
+ uses : actions/setup-python@v5.6 .0
54
54
with :
55
55
python-version : ${{ matrix.python-version }}
56
56
architecture : ' x64'
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v4
30
30
31
31
- name : Setup python for starting the tests
32
- uses : actions/setup-python@v5.4 .0
32
+ uses : actions/setup-python@v5.6 .0
33
33
with :
34
34
python-version : ' 3.13'
35
35
architecture : ' x64'
43
43
if : runner.os != 'Windows'
44
44
45
45
- name : Setup python ${{ matrix.python-version }} for running the tests
46
- uses : actions/setup-python@v5.4 .0
46
+ uses : actions/setup-python@v5.6 .0
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
49
49
architecture : ' x64'
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v4
33
33
34
34
- name : Setup python ${{ matrix.python-version }}
35
- uses : actions/setup-python@v5.4 .0
35
+ uses : actions/setup-python@v5.6 .0
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
architecture : ' x64'
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v4
25
25
26
26
- name : Setup python ${{ matrix.python-version }}
27
- uses : actions/setup-python@v5.4 .0
27
+ uses : actions/setup-python@v5.6 .0
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
30
30
architecture : ' x64'
You can’t perform that action at this time.
0 commit comments