File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.x"
2929 cache : ' pip'
3535 runs-on : ubuntu-latest
3636 steps :
3737 - uses : actions/checkout@v5
38- - uses : actions/setup-python@v5
38+ - uses : actions/setup-python@v6
3939 with :
4040 python-version : " 3.x"
4141 - name : Install Python dependencies
6464 steps :
6565 - uses : actions/checkout@v5
6666 - name : Set up Python ${{ matrix.python-version }}
67- uses : actions/setup-python@v5
67+ uses : actions/setup-python@v6
6868 with :
6969 python-version : ${{ matrix.python-version }}
7070 - run : python -m pip install .[test]
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v5
12- - uses : actions/setup-python@v5
12+ - uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.10"
1515 - name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments