File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v5
30
30
31
31
- name : Set up Python ${{ matrix.python-version }}
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
- name : Install dependencies and setup git config
61
61
uses : actions/checkout@v5
62
62
63
63
- name : Set up Python ${{ matrix.python-version }}
64
- uses : actions/setup-python@v5
64
+ uses : actions/setup-python@v6
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
67
67
- name : Install dependencies and setup git config
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v5
13
13
14
14
- name : Setup Python
15
- uses : actions/setup-python@v5
15
+ uses : actions/setup-python@v6
16
16
with :
17
17
python-version : ^3.10
18
18
You can’t perform that action at this time.
0 commit comments