File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : actions/setup-python@v5
11+ - uses : actions/checkout@v5
12+ - uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.12"
1515 # Install pinned ruff via the [dev] extra so local + CI agree on the
2020 typecheck :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
24- - uses : actions/setup-python@v5
23+ - uses : actions/checkout@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.12"
2727 - run : pip install -e ".[all,dev]"
3333 matrix :
3434 python-version : ["3.10", "3.11", "3.12"]
3535 steps :
36- - uses : actions/checkout@v4
37- - uses : actions/setup-python@v5
36+ - uses : actions/checkout@v5
37+ - uses : actions/setup-python@v6
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 - run : pip install -e ".[all,dev]"
Original file line number Diff line number Diff line change 88 permissions :
99 id-token : write
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : actions/setup-python@v5
11+ - uses : actions/checkout@v5
12+ - uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.12"
1515 - run : pip install build
You can’t perform that action at this time.
0 commit comments