Skip to content

Commit 6e32334

Browse files
authored
Merge pull request #1845 from dbcli/dependabot/github_actions/astral-sh/ruff-action-4.0.0
Bump astral-sh/ruff-action from 3.6.1 to 4.0.0
2 parents 29e879f + 7369a86 commit 6e32334

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222

2323
- name: Run ruff check
24-
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
24+
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
2525

2626
- name: Run ruff format
27-
uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3.6.1
27+
uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
2828
with:
2929
args: 'format --check'

0 commit comments

Comments
 (0)