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@v5
12+ - uses : actions/checkout@v6
1313
1414 - name : Setup python
1515 uses : actions/setup-python@v6
2525 lint :
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929
3030 - name : Setup python
3131 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2020
2121 name : Python ${{ matrix.python-version }}
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424
2525 - name : Setup python
2626 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments