File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 steps :
2424 # Python and dependency setup
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.13'
2929 - name : Add project directory to PYTHONPATH
Original file line number Diff line number Diff line change 4444 steps :
4545 - uses : actions/checkout@v5
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050 allow-prereleases : true
6969 steps :
7070 - uses : actions/checkout@v5
7171 - name : Set up Python
72- uses : actions/setup-python@v5
72+ uses : actions/setup-python@v6
7373 with :
7474 python-version : " 3.13"
7575 allow-prereleases : true
Original file line number Diff line number Diff line change 3030 - name : Checkout source
3131 uses : actions/checkout@v5
3232 - name : Set up Python
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : " 3.13"
3636 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments