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.13"
2222 - " pypy-3.10"
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
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@v4
11+ - uses : actions/checkout@v5
1212 - name : Set up Python
1313 uses : actions/setup-python@v5
1414 - name : Install dependencies
2121 codespell :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : codespell-project/actions-codespell@master
2626 with :
2727 skip : " *.po,encoding_latin1.py"
3030 mypy :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - name : Set up Python
3535 uses : actions/setup-python@v5
3636 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments