File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v3
1313
14- - uses : actions/setup-python@v4
14+ - uses : actions/setup-python@v5
1515 with :
1616 python-version : ' 3.8'
1717
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v3
13- - uses : actions/setup-python@v4
13+ - uses : actions/setup-python@v5
1414 - uses : pre-commit/action@v3.0.0
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v3
2121
22- - uses : actions/setup-python@v4
22+ - uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.8'
2525
Original file line number Diff line number Diff line change 3232 # NOTE: needed for pull_request_target to use PR code
3333 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3434
35- - uses : actions/setup-python@v4
35+ - uses : actions/setup-python@v5
3636 with :
3737 python-version : ${{ matrix.pyv }}
3838
You can’t perform that action at this time.
0 commit comments