File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
21
- - uses : actions/setup-python@v5
21
+ - uses : actions/setup-python@v6
22
22
name : Install Python
23
23
with :
24
24
python-version : " 3.11"
Original file line number Diff line number Diff line change 27
27
steps :
28
28
- uses : actions/checkout@v5
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v5
30
+ uses : actions/setup-python@v6
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
cache : " pip"
You can’t perform that action at this time.
0 commit comments