Skip to content

Commit 3ef37c4

Browse files
authored
Merge pull request #1232 from dbcli/dependabot/github_actions/astral-sh/ruff-action-3.3.1
Bump astral-sh/ruff-action from 3.3.0 to 3.3.1
2 parents 0eaec4a + a7ca6ff commit 3ef37c4

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
@@ -17,13 +17,13 @@ jobs:
1717

1818
# remember to sync the ruff-check version number with pyproject.toml
1919
- name: Run ruff check
20-
uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
20+
uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
2121
with:
2222
version: 0.11.5
2323

2424
# remember to sync the ruff-check version number with pyproject.toml
2525
- name: Run ruff format
26-
uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
26+
uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
2727
with:
2828
version: 0.11.5
2929
args: 'format --check'

0 commit comments

Comments
 (0)