Skip to content

Commit fa95a06

Browse files
Update astral-sh/ruff-action action to v4
1 parent 5553cb9 commit fa95a06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ruff-format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8-
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
8+
- uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
99
- run: ruff format --diff

.github/workflows/ruff-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8-
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
8+
- uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0

0 commit comments

Comments
 (0)