Skip to content

Commit

Permalink
build(deps): bump astral-sh/ruff-action from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 1 to 3.
- [Release notes](https://github.com/astral-sh/ruff-action/releases)
- [Commits](astral-sh/ruff-action@v1...v3)

---
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]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent c35ed14 commit 72c8445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: uv sync --all-extras --no-group docs

- name: Check for code issues (ruff check)
uses: astral-sh/ruff-action@v1
uses: astral-sh/ruff-action@v3

- name: Check code format (ruff format)
uses: astral-sh/ruff-action@v1
uses: astral-sh/ruff-action@v3
with:
args: "format --check"

Expand Down

0 comments on commit 72c8445

Please sign in to comment.