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 2828 steps :
2929 - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install dependencies
5353 steps :
5454 - uses : actions/checkout@v5
5555 - name : Set up Python ${{ matrix.python-version }}
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ${{ matrix.python-version }}
5959 - name : Install dependencies
Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v5
2626 - name : Install uv for Python ${{ matrix.python-version }}
27- uses : astral-sh/setup-uv@v6
27+ uses : astral-sh/setup-uv@v7
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 enable-cache : true
You can’t perform that action at this time.
0 commit comments