We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29e879f + 7369a86 commit 6e32334Copy full SHA for 6e32334
1 file changed
.github/workflows/lint.yml
@@ -21,9 +21,9 @@ jobs:
21
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
23
- name: Run ruff check
24
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
+ uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
25
26
- name: Run ruff format
27
28
with:
29
args: 'format --check'
0 commit comments