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