File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 name : Generic prek checks
2020 runs-on : ubuntu-24.04
2121 steps :
22- - uses : actions/checkout@v6 .0.3
22+ - uses : actions/checkout@v7 .0.0
2323 with :
2424 fetch-depth : 1
2525
3535 name : Mypy
3636 runs-on : ubuntu-24.04
3737 steps :
38- - uses : actions/checkout@v6 .0.3
38+ - uses : actions/checkout@v7 .0.0
3939 with :
4040 fetch-depth : 1
4141
5656 name : ${{ matrix.os }}/tests_${{ matrix.python }}
5757 runs-on : ${{ matrix.os }}
5858 steps :
59- - uses : actions/checkout@v6 .0.3
59+ - uses : actions/checkout@v7 .0.0
6060 with :
6161 fetch-depth : 1
6262
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-24.04
2525 timeout-minutes : 30
2626 steps :
27- - uses : actions/checkout@v6 .0.3
27+ - uses : actions/checkout@v7 .0.0
2828 with :
2929 fetch-depth : 1
3030
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414 steps :
1515 - name : Check out code
16- uses : actions/checkout@v6 .0.3
16+ uses : actions/checkout@v7 .0.0
1717 with :
1818 fetch-depth : 0
1919 - name : Run commitsar
Original file line number Diff line number Diff line change 1010 name : Build and publish Python 🐍distributions 📦 to PyPI
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@v6 .0.3
13+ - uses : actions/checkout@v7 .0.0
1414 - name : Set up Python
1515 uses : actions/setup-python@v6.3.0
1616 with :
Original file line number Diff line number Diff line change 1414 name : Update prek
1515 runs-on : ubuntu-24.04
1616 steps :
17- - uses : actions/checkout@v6 .0.3
17+ - uses : actions/checkout@v7 .0.0
1818 with :
1919 fetch-depth : 1
2020 submodules : true
You can’t perform that action at this time.
0 commit comments