File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - uses : actions/checkout@v6
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 cache : ' pip'
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - uses : actions/checkout@v6
30- - uses : actions/setup-python@v5
30+ - uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 cache : ' pip'
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - uses : actions/checkout@v6
27- - uses : actions/setup-python@v5
27+ - uses : actions/setup-python@v6
2828 with :
2929 python-version : ${{ matrix.python-version }}
3030 cache : ' pip'
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - uses : actions/checkout@v6
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 cache : ' pip'
You can’t perform that action at this time.
0 commit comments