File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 name : Run ruff check and ruff format
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Set up Python ${{ env.UV_PYTHON }}
3131 uses : actions/setup-python@v6
3232 with :
4343 name : Run the test suite
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - name : Set up Python ${{ env.UV_PYTHON }}
4848 uses : actions/setup-python@v6
4949 with :
5757 name : Run mypy on the tests and on the stubs
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@v5
60+ - uses : actions/checkout@v6
6161 - name : Set up Python ${{ env.UV_PYTHON }}
6262 uses : actions/setup-python@v6
6363 with :
7171 name : Run stubtest on the the stubs
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@v5
74+ - uses : actions/checkout@v6
7575 - name : Set up Python ${{ env.UV_PYTHON }}
7676 uses : actions/setup-python@v6
7777 with :
8585 name : Run pyright on the tests and on the stubs
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v5
88+ - uses : actions/checkout@v6
8989 - name : Set up Python ${{ env.UV_PYTHON }}
9090 uses : actions/setup-python@v6
9191 with :
You can’t perform that action at this time.
0 commit comments