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@v4
26- - uses : actions/setup-python@v4
26+ - uses : actions/setup-python@v5
2727 with :
2828 python-version : " 3.10"
2929 cache : ' pip'
3535 runs-on : ubuntu-latest
3636 steps :
3737 - uses : actions/checkout@v4
38- - uses : actions/setup-python@v4
38+ - uses : actions/setup-python@v5
3939 with :
4040 python-version : " 3.10"
4141 - name : Install Python dependencies
6565 steps :
6666 - uses : actions/checkout@v4
6767 - name : Set up Python ${{ matrix.python-version }}
68- uses : actions/setup-python@v4
68+ uses : actions/setup-python@v5
6969 with :
7070 python-version : ${{ matrix.python-version }}
7171 - name : Upgrade Python setuptools
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : actions/setup-python@v4
12+ - uses : actions/setup-python@v5
1313 with :
1414 python-version : " 3.10"
1515 - name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments