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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 5668986 commit 8499ea1
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 @@ -25,10 +25,10 @@ jobs:
run: uv sync --all-extras

- 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 8499ea1

Please sign in to comment.