Skip to content

Commit 6ed584c

Browse files
Bump astral-sh/ruff-action from 3.5.0 to 3.5.1
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](astral-sh/ruff-action@0c50076...57714a7) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe5a801 commit 6ed584c

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@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0
20+
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.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@0c50076f12c38c3d0115b7b519b54a91cb9cf0ad # v3.5.0
26+
uses: astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
2727
with:
2828
version: 0.11.5
2929
args: 'format --check'

0 commit comments

Comments
 (0)