Skip to content

Commit a7ca6ff

Browse files
Bump astral-sh/ruff-action from 3.3.0 to 3.3.1
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](astral-sh/ruff-action@c6bea56...84f83ec) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0eaec4a commit a7ca6ff

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)