File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup python
1515 uses : actions/setup-python@v4
2525 lint :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v4
2929
3030 - name : Setup python
3131 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1515
1616 name : Python ${{ matrix.python-version }}
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919
2020 - name : Setup python
2121 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments