Skip to content

Commit b06d39e

Browse files
renovate[bot]cakebaker
authored andcommitted
chore(deps): update astral-sh/ruff-action action to v4
1 parent 8cc048b commit b06d39e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@ jobs:
214214
persist-credentials: false
215215

216216
- name: ruff
217-
uses: astral-sh/ruff-action@v3
217+
uses: astral-sh/ruff-action@v4.0.0
218218
with:
219219
src: "./util"
220220

221221
- name: ruff - format
222-
uses: astral-sh/ruff-action@v3
222+
uses: astral-sh/ruff-action@v4.0.0
223223
with:
224224
src: "./util"
225225
args: format --check

0 commit comments

Comments
 (0)