We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96dc97 commit 232acb1Copy full SHA for 232acb1
1 file changed
.github/workflows/ci.yml
@@ -45,11 +45,11 @@ jobs:
45
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46
with:
47
persist-credentials: false
48
- - uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
+ - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
49
50
version-file: 'pyproject.toml'
51
args: 'check'
52
53
54
55
args: 'format --check --diff'
0 commit comments