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 2626 steps :
2727 - uses : actions/checkout@v5
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : ${{ env.MAIN_PYTHON_VERSION }}
3232 - name : Install build tools
5050 steps :
5151 - uses : actions/checkout@v5
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Download dist artifacts
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 - run : pip install --upgrade pip isort black
1515 - name : Check import order
1616 run : isort --profile black --line-length 80 --check pyhanko_eoi*
You can’t perform that action at this time.
0 commit comments