File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2929 fetch-depth : 0 # fetch all branches and tags
3030
3131 - name : setup environment
32- uses : prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # 0.9.1
32+ uses : prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # 0.9.3
3333 with :
3434 environments : " doctests"
3535
Original file line number Diff line number Diff line change 6161 fetch-depth : 0 # fetch all branches and tags
6262
6363 - name : setup environment
64- uses : prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # 0.9.1
64+ uses : prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # 0.9.3
6565 with :
6666 environments : " ${{ matrix.env }}"
6767
Original file line number Diff line number Diff line change 6767 rm pixi.lock
6868
6969 - name : setup environment
70- uses : prefix-dev/setup-pixi@194d461b21b6c5717c722ffc597fa91ed2ff29fa # 0.9.1
70+ uses : prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # 0.9.3
7171 with :
7272 environments : " nightly"
7373 locked : false
Original file line number Diff line number Diff line change 4040 else
4141 echo "✅ Looks good"
4242 fi
43- - uses : actions/upload-artifact@v4
43+ - uses : actions/upload-artifact@v5
4444 with :
4545 name : releases
4646 path : dist
5757 id-token : write
5858
5959 steps :
60- - uses : actions/download-artifact@v5
60+ - uses : actions/download-artifact@v6
6161 with :
6262 name : releases
6363 path : dist
Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ repos:
2525 hooks :
2626 - id : validate-pyproject
2727 - repo : https://github.com/psf/black-pre-commit-mirror
28- rev : 25.9 .0
28+ rev : 25.11 .0
2929 hooks :
3030 - id : black-jupyter
3131 - repo : https://github.com/keewis/blackdoc
32- rev : v0.4.2
32+ rev : v0.4.6
3333 hooks :
3434 - id : blackdoc
35- additional_dependencies : ["black==25.9 .0"]
35+ additional_dependencies : ["black==25.11 .0"]
3636 - id : blackdoc-autoupdate-black
3737 - repo : https://github.com/astral-sh/ruff-pre-commit
38- rev : v0.13.2
38+ rev : v0.14.5
3939 hooks :
4040 - id : ruff
4141 args : ["--fix"]
4242 - repo : https://github.com/kynan/nbstripout
43- rev : 0.8.1
43+ rev : 0.8.2
4444 hooks :
4545 - id : nbstripout
4646 args :
You can’t perform that action at this time.
0 commit comments