File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - " 3.14"
2222 - " pypy-3.11"
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 88 black :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Set up Python
1313 uses : actions/setup-python@v6
1414 - name : Install dependencies
2121 codespell :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : codespell-project/actions-codespell@master
2626 with :
2727 skip : " *.po,encoding_latin1.py,test_repl.py"
3030 mypy :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - name : Set up Python
3535 uses : actions/setup-python@v6
3636 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments