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@v5
15+ - uses : actions/checkout@v6
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@v5
12+ - uses : actions/checkout@v6
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@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 persist-credentials : false
2424 - name : Set up Python
Original file line number Diff line number Diff line change 3939 os : " windows-latest"
4040 name : " ${{ matrix.python-version }} ${{ matrix.kind }} ${{ matrix.os }}"
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 with :
4444 persist-credentials : false
4545 - name : Setup python
8181 steps :
8282 - name : Setup Python
8383 uses : actions/setup-python@v6
84- - uses : actions/checkout@v5
84+ - uses : actions/checkout@v6
8585 with :
8686 persist-credentials : false
8787 - name : Install general dependencies
You can’t perform that action at this time.
0 commit comments