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 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
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
Original file line number Diff line number Diff line change 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?/?
You can’t perform that action at this time.
0 commit comments