File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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)(
You can’t perform that action at this time.
0 commit comments