Skip to content

Commit 2e6b6b1

Browse files
Update CI dependencies
1 parent 60cd932 commit 2e6b6b1

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
@@ -43,7 +43,7 @@ jobs:
4343
- run: git diff --exit-code --patch > /tmp/pre-commit.patch; git diff --color; git reset --hard || true
4444
if: failure()
4545

46-
- uses: actions/upload-artifact@v4
46+
- uses: actions/upload-artifact@v5
4747
with:
4848
name: Apply pre-commit fix.patch
4949
path: /tmp/pre-commit.patch
@@ -75,7 +75,7 @@ jobs:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
@@ -79,7 +79,7 @@ repos:
7979
- prospector-profile-duplicated==1.10.5 # pypi
8080
- prospector-profile-utils==1.26.5 # pypi
8181
- ruff==0.14.3 # pypi
82-
- pylint[spelling]==3.3.9 # pypi
82+
- pylint[spelling]==4.0.2 # pypi
8383
exclude: |-
8484
(?x)(
8585
^tests?/?

0 commit comments

Comments
 (0)