mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
chore(deps): update astral-sh/ruff-action action to v4
This commit is contained in:
committed by
Daniel Hofstetter
parent
8cc048b43c
commit
b06d39ee1b
@@ -214,12 +214,12 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: ruff
|
||||
uses: astral-sh/ruff-action@v3
|
||||
uses: astral-sh/ruff-action@v4.0.0
|
||||
with:
|
||||
src: "./util"
|
||||
|
||||
- name: ruff - format
|
||||
uses: astral-sh/ruff-action@v3
|
||||
uses: astral-sh/ruff-action@v4.0.0
|
||||
with:
|
||||
src: "./util"
|
||||
args: format --check
|
||||
|
||||
Reference in New Issue
Block a user