Skip to content

Commit 62ad89c

Browse files
Update CI dependencies
1 parent 93ed5f1 commit 62ad89c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: git diff --exit-code --patch > /tmp/pre-commit.patch; git diff --color; git reset --hard || true
4343
if: failure()
4444

45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v5
4646
with:
4747
name: Apply pre-commit fix.patch
4848
path: /tmp/pre-commit.patch
@@ -75,7 +75,7 @@ jobs:
7575
if: env.HAS_SECRETS == 'HAS_SECRETS'
7676
- run: git diff --exit-code --patch > /tmp/dpkg-versions.patch; git diff --color; git reset --hard || true
7777
if: failure()
78-
- uses: actions/upload-artifact@v4
78+
- uses: actions/upload-artifact@v5
7979
with:
8080
name: Update dpkg versions list.patch
8181
path: /tmp/dpkg-versions.patch

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repos:
7878
additional_dependencies:
7979
- prospector-profile-duplicated==1.10.5 # pypi
8080
- prospector-profile-utils==1.26.5 # pypi
81-
- pylint[spelling]==3.3.9 # pypi
81+
- pylint[spelling]==4.0.2 # pypi
8282
- ruff==0.14.3 # pypi
8383
exclude: |-
8484
(?x)(

0 commit comments

Comments
 (0)