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 5050 jupyter server extension list 2>&1 | grep ipyparallel
5151
5252 # ref: https://github.com/actions/upload-artifact#readme
53- - uses : actions/upload-artifact@v6
53+ - uses : actions/upload-artifact@v7
5454 with :
5555 name : ipyparallel-${{ github.sha }}
5656 path : " dist/*"
6565 needs :
6666 - build-release
6767 steps :
68- - uses : actions/download-artifact@v7
68+ - uses : actions/download-artifact@v8
6969 with :
7070 path : dist
7171 merge-multiple : true
Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/astral-sh/ruff-pre-commit
6- rev : v0.14.14
6+ rev : v0.15.4
77 hooks :
88 - id : ruff
99 args :
4444 - id : check-executables-have-shebangs
4545 - id : requirements-txt-fixer
4646 - repo : https://github.com/pre-commit/mirrors-eslint
47- rev : v10.0.0-rc. 2
47+ rev : v10.0.2
4848 hooks :
4949 - id : eslint
5050 files : \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
You can’t perform that action at this time.
0 commit comments