File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : Regenerate autogenerated files
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 persist-credentials : false
1818 - run : make codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt
Original file line number Diff line number Diff line change 99 name : Check for spelling errors
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 with :
1414 persist-credentials : false
1515 - uses : codespell-project/actions-codespell@master
Original file line number Diff line number Diff line change 1818 package :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 with :
2323 persist-credentials : false
2424 - name : Set up Python
Original file line number Diff line number Diff line change 4242 os : " windows-latest"
4343 name : " ${{ matrix.python-version }} ${{ matrix.kind }} ${{ matrix.os }}"
4444 steps :
45- - uses : actions/checkout@v6
45+ - uses : actions/checkout@v7
4646 with :
4747 persist-credentials : false
4848 - name : Setup python
8888 uses : actions/setup-python@v6
8989 with :
9090 python-version : 3.x
91- - uses : actions/checkout@v6
91+ - uses : actions/checkout@v7
9292 with :
9393 persist-credentials : false
9494 - name : Install general dependencies
You can’t perform that action at this time.
0 commit comments