We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61db021 commit 68e6d2bCopy full SHA for 68e6d2b
1 file changed
.github/workflows/ci.yml
@@ -17,10 +17,10 @@ jobs:
17
timeout-minutes: 10
18
steps:
19
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.3.1
20
- - uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
+ - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
21
with:
22
version-file: pyproject.toml
23
24
25
args: "format --check"
26
0 commit comments