File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : contains(github.ref, 'tags')
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.x"
Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Set up Python 3.11
2121 uses : astral-sh/setup-uv@v7
2222 with :
Original file line number Diff line number Diff line change 2222 resolution : [highest, lowest-direct]
2323
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - uses : tlambert03/setup-qt-libs@v1
2727
2828 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1010 exclude : ^\.napari-hub/.*
1111 - id : check-yaml # checks for correct yaml syntax for github actions ex.
1212 - repo : https://github.com/astral-sh/ruff-pre-commit
13- rev : v0.14.6
13+ rev : v0.14.7
1414 hooks :
1515 - id : ruff
1616 args : [--fix, -v]
You can’t perform that action at this time.
0 commit comments