Skip to content

Commit d0754bc

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

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@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
20+
uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
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@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
26+
uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
2727
with:
2828
version: 0.11.5
2929
args: 'format --check'

0 commit comments

Comments
 (0)