File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - uses : actions/checkout@v3
26- - uses : actions/setup-python@v4
26+ - uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install project
4141 runs-on : ${{ matrix.os }}
4242 steps :
4343 - uses : actions/checkout@v3
44- - uses : actions/setup-python@v4
44+ - uses : actions/setup-python@v5
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 - name : Install project
6363 runs-on : ${{ matrix.os }}
6464 steps :
6565 - uses : actions/checkout@v3
66- - uses : actions/setup-python@v4
66+ - uses : actions/setup-python@v5
6767 with :
6868 python-version : ${{ matrix.python-version }}
6969 - name : Install project
8181 runs-on : ${{ matrix.os }}
8282 steps :
8383 - uses : actions/checkout@v3
84- - uses : actions/setup-python@v4
84+ - uses : actions/setup-python@v5
8585 with :
8686 python-version : ${{ matrix.python-version }}
8787 - name : Install Pip
Original file line number Diff line number Diff line change 3636 steps :
3737 - uses : actions/checkout@v3
3838 - name : Set up Python
39- uses : actions/setup-python@v4
39+ uses : actions/setup-python@v5
4040 with :
4141 python-version : ' 3.x'
4242 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments