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 32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
- name : Set up Python ${{ matrix.python-version }}
35
- uses : actions/setup-python@v4
35
+ uses : actions/setup-python@v5
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
- name : Display Python version
Original file line number Diff line number Diff line change 45
45
- name : Install dependencies
46
46
run : .maint/ci/install_dependencies.sh
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
- name : Display Python version
Original file line number Diff line number Diff line change 48
48
- name : Install dependencies
49
49
run : .maint/ci/install_dependencies.sh
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@v4
51
+ uses : actions/setup-python@v5
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
- name : Display Python version
You can’t perform that action at this time.
0 commit comments