File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v5
19
19
- name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
cache : ' pip'
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v5
16
16
- name : Set up Python
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : ' 3.x'
20
20
- name : Install build dependencies
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v5
13
13
- name : Set up Python
14
- uses : actions/setup-python@v5
14
+ uses : actions/setup-python@v6
15
15
with :
16
16
python-version : ' 3.x'
17
17
- name : Install build dependencies
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v5
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
cache : ' pip' # caching pip dependencies
You can’t perform that action at this time.
0 commit comments