Skip to content

Commit 7622f41

Browse files
authored
Merge branch 'ipython:main' into task_label_feature
2 parents 651fcc0 + 170f64d commit 7622f41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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/*"
@@ -65,7 +65,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
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:
@@ -44,7 +44,7 @@ repos:
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

0 commit comments

Comments
 (0)