Skip to content

Commit fdaca2c

Browse files
chore(deps): bump astral-sh/ruff-action from 1 to 2 (#1188)
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 1 to 2. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](astral-sh/ruff-action@v1...v2) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3db275c commit fdaca2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# NOTE: use env to pass the output in order to avoid possible injection attacks
3838
FILES: "${{ steps.files.outputs.added_modified }}"
3939
- name: Lint and format Python with Ruff
40-
uses: astral-sh/ruff-action@v1
40+
uses: astral-sh/ruff-action@v2
4141

4242
typo:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)