File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3939 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
4040
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 with :
4444 fetch-depth : 0
4545
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 name : Post warnings/errors as review
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131
3232 - name : Fetch result artifacts
3333 id : fetch-artifacts
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : ' 0'
1616 - name : Check for added-and-deleted files
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 - name : Set up Python
3232 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 7878 - name : Fix line endings
7979 run : git config --global core.autocrlf input
8080
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 with :
8383 fetch-depth : 0
8484
Original file line number Diff line number Diff line change 1111 name : mypy-stubtest
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Python 3
1717 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1212 name : flake8
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616
1717 - name : Set up Python 3
1818 uses : actions/setup-python@v4
4242 name : mypy
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646
4747 - name : Set up Python 3
4848 uses : actions/setup-python@v4
7777 name : eslint
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v3
80+ - uses : actions/checkout@v4
8181
8282 - name : eslint
8383 uses : reviewdog/action-eslint@v1
Original file line number Diff line number Diff line change 8888 pyside6-ver : ' !=6.5.1'
8989
9090 steps :
91- - uses : actions/checkout@v3
91+ - uses : actions/checkout@v4
9292 with :
9393 fetch-depth : 0
9494
You can’t perform that action at this time.
0 commit comments