File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v5
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
architecture : x64
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v5
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
architecture : x64
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v5
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
architecture : x64
39
39
- uses : actions/checkout@v5
40
40
41
41
- name : Set up Python
42
- uses : actions/setup-python@v5
42
+ uses : actions/setup-python@v6
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
architecture : x64
66
66
fetch-depth : 0
67
67
68
68
- name : Set up Python
69
- uses : actions/setup-python@v5
69
+ uses : actions/setup-python@v6
70
70
with :
71
71
python-version : ${{ matrix.python-version }}
72
72
architecture : x64
@@ -126,7 +126,7 @@ jobs:
126
126
fetch-depth : 0
127
127
128
128
- name : Set up Python
129
- uses : actions/setup-python@v5
129
+ uses : actions/setup-python@v6
130
130
with :
131
131
python-version : ${{ matrix.python-version }}
132
132
architecture : x64
You can’t perform that action at this time.
0 commit comments