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 2626 - uses : actions/checkout@v4
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232
Original file line number Diff line number Diff line change 5151 sudo apt-get install -y --no-install-recommends --no-install-suggests
5252
5353 - name : Set up Python ${{ matrix.python-version }} as default Python
54- uses : actions/setup-python@v4
54+ uses : actions/setup-python@v5
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ' 3.10'
1919
You can’t perform that action at this time.
0 commit comments